diff options
author | Sven Roederer <freifunk@it-solutions.geroedel.de> | 2019-07-06 14:18:15 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-07-19 20:14:35 +0200 |
commit | 68521fca04e9b2ae801cc2daa4f920a2c43bc03f (patch) | |
tree | c156d044c3f3ed1e970b0398045ead3624c75b12 /docs/api/modules/luci.http.conditionals.html | |
parent | 8b8d83e42dd3d10d82e29a8614a7b3e3e94b16c6 (diff) |
luci-base(-libs): move pcdata() and striptags() from util- to xml-class
To complete the previous commit these functions are defined in the resulting
luci-base package but are also used in the new luci-base-libs package. So
move them into the new xml-module of the new package.
Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
Diffstat (limited to 'docs/api/modules/luci.http.conditionals.html')
-rw-r--r-- | docs/api/modules/luci.http.conditionals.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/modules/luci.http.conditionals.html b/docs/api/modules/luci.http.conditionals.html index 8c940bd3f..14ee627f6 100644 --- a/docs/api/modules/luci.http.conditionals.html +++ b/docs/api/modules/luci.http.conditionals.html @@ -125,6 +125,10 @@ </li> <li> + <a href="../modules/luci.xml.html">luci.xml</a> + </li> + + <li> <a href="../modules/nixio.html">nixio</a> </li> |