diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-03 23:47:52 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-12-03 23:47:52 +0000 |
commit | f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d (patch) | |
tree | 05daae248a0b5b7fd73c919d6baf16dc0136ac9a /templates/show_now_playing.inc | |
parent | b03fc52d3b56b474bc760b30582a2a3514a402e7 (diff) | |
download | ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.tar.gz ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.tar.bz2 ampache-f9345f9e71f97a72be0bf6a5aa4e2a3312b9923d.zip |
fixed some short tag references
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index 17671db3..d4df9dc2 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -74,4 +74,4 @@ } // while we're getting songs ?> </table> -<? } ?> +<?php } ?> |