Remove a leftover of the Radexo removal

This is a followup of 85e0e08d9a
This commit is contained in:
jvoisin
2019-10-07 17:11:42 +02:00
parent f38142f271
commit 1a7bb68dc6
@@ -81,21 +81,6 @@
</attribute>
</tag>
<tag>
<description>
Renders a Wiki text with markup to HTML, using the Radeox render engine.
</description>
<name>wiki</name>
<tag-class>org.airsonic.player.taglib.WikiTag</tag-class>
<body-content>JSP</body-content>
<attribute>
<description>The Wiki markup text.</description>
<name>text</name>
<required>true</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
</tag>
<tag>
<description>
Escapes the characters in a string using JavaScript rules.