summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-03-05 13:17:31 +0100
committerAndreas Gohr <andi@splitbrain.org>2006-03-05 13:17:31 +0100
commit43650a185110174492234c7e545c7a5a2e538fc2 (patch)
treea076a8b627678b8d785f86f7e63e71fc6a19fc53
parent4d6f545e4610db72887c95942e6c0c3915f76cf5 (diff)
downloadrpg-43650a185110174492234c7e545c7a5a2e538fc2.tar.gz
rpg-43650a185110174492234c7e545c7a5a2e538fc2.tar.bz2
fixed html in mediapopup
darcs-hash:20060305121731-7ad00-2dcf0a4d457e14c2132bf4406d89041dc9653f42.gz
-rw-r--r--inc/template.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php
index 223f35c00..7f6ae687a 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -690,7 +690,7 @@ function tpl_mediafilelist(){
// add file icons
list($ext,$mime) = mimetype($item['file']);
$class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
- $class .= ' class="mediafile mf_'.$class.'"';
+ $class = ' class="mediafile mf_'.$class.'"';
}
ptln('<li><div class="li">',4);