Commit a99751e
committed
fix(easytier): Replace util.pcdata with xml.pcdata in easytier.lua
Adds a fix to the `update.sh` script to correct the `easytier.lua` file within the `luci-app-easytier` package.
The `easytier.lua` file incorrectly uses `util.pcdata` for XML data handling. This commit replaces `util.pcdata` with `xml.pcdata` to ensure proper XML escaping and prevent potential display issues or errors in the LuCI interface for EasyTier. The change is applied during the build process.1 parent a33ac19 commit a99751e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
983 | 983 | | |
984 | 984 | | |
985 | 985 | | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
986 | 993 | | |
987 | 994 | | |
988 | 995 | | |
| |||
1029 | 1036 | | |
1030 | 1037 | | |
1031 | 1038 | | |
| 1039 | + | |
1032 | 1040 | | |
1033 | 1041 | | |
1034 | 1042 | | |
| |||
0 commit comments