Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
9e975d56
Commit
9e975d56
authored
Feb 09, 2015
by
Philipp Schafft
🦁
Browse files
Fix: Do not show <listener> tags on admin/stats.xsl
parent
91eb78fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin/stats.xsl
View file @
9e975d56
...
...
@@ -107,7 +107,7 @@
</tr>
</thead>
<tbody>
<xsl:for-each
select=
"*[not(self::metadata) and not(self::authentication) and not(self::authenticator)]"
>
<xsl:for-each
select=
"*[not(self::metadata) and not(self::authentication) and not(self::authenticator)
and not(self::listener)
]"
>
<tr>
<td><xsl:value-of
select=
"name()"
/></td>
<td><xsl:value-of
select=
"text()"
/></td>
...
...
Write
Preview
Markdown
is supported
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