Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
e445065a
Commit
e445065a
authored
Dec 31, 2014
by
Philipp Schafft
🦁
Browse files
Fix: Do not display dummy <authenticator> tag.
parent
f90fb78b
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/stats.xsl
View file @
e445065a
...
...
@@ -101,7 +101,7 @@
</tr>
</thead>
<tbody>
<xsl:for-each
select=
"*[not(self::metadata) and not(self::authentication)]"
>
<xsl:for-each
select=
"*[not(self::metadata) and not(self::authentication)
and not(self::authenticator)
]"
>
<tr>
<td><xsl:value-of
select=
"name()"
/></td>
<td><xsl:value-of
select=
"text()"
/></td>
...
...
@@ -141,4 +141,4 @@
</body>
</html>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file
</xsl:stylesheet>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment