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>
This commit is contained in:
Sven Roederer
2019-07-06 14:18:15 +02:00
committed by Jo-Philipp Wich
parent 8b8d83e42d
commit 68521fca04
42 changed files with 545 additions and 72 deletions

View File

@@ -124,6 +124,10 @@
<a href="../modules/luci.util.html">luci.util</a>
</li>
<li>
<a href="../modules/luci.xml.html">luci.xml</a>
</li>
<li>
<a href="../modules/nixio.html">nixio</a>
</li>