diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-08 01:22:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-08 01:22:24 +0000 |
commit | 2b12112868cce750e83a015cb581d376f08a873b (patch) | |
tree | af2fb5cc9d41fee539937aa0dd7f470d0f456359 /templates/show_mpdplay.inc | |
parent | a17b1ac49b469c4adf5214599d2f6b4f819d5a7a (diff) | |
download | ampache-2b12112868cce750e83a015cb581d376f08a873b.tar.gz ampache-2b12112868cce750e83a015cb581d376f08a873b.tar.bz2 ampache-2b12112868cce750e83a015cb581d376f08a873b.zip |
fixed the last short tags I can find, and improved log file error message
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"> |