summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-tinyproxy
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-tinyproxy')
-rw-r--r--applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm b/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm
index 2ba9dddb8..9ff0b0292 100644
--- a/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm
+++ b/applications/luci-app-tinyproxy/luasrc/view/tinyproxy_status.htm
@@ -35,8 +35,8 @@ if luci.http.formvalue("frame") == "1" then
if not data then
luci.http.write(translate("Failed to retrieve statistics from url:"))
luci.http.write(" http://%s:%s" %{
- luci.util.pcdata(addr),
- luci.util.pcdata(port)
+ luci.xml.pcdata(addr),
+ luci.xml.pcdata(port)
})
end