diff options
Diffstat (limited to 'templates/show_mpdplay.inc')
-rw-r--r-- | templates/show_mpdplay.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc index 70cb44f9..84d95bd2 100644 --- a/templates/show_mpdplay.inc +++ b/templates/show_mpdplay.inc @@ -54,7 +54,7 @@ global $condPL; </td> </tr> <tr><td class="content"> - Volume: <b><? echo $myMpd->volume ?>%</b> + Volume: <b><?php echo $myMpd->volume ?>%</b> </td></tr> <tr><td class="content" align="center"> |