diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-03-05 13:17:31 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-03-05 13:17:31 +0100 |
commit | 43650a185110174492234c7e545c7a5a2e538fc2 (patch) | |
tree | a076a8b627678b8d785f86f7e63e71fc6a19fc53 | |
parent | 4d6f545e4610db72887c95942e6c0c3915f76cf5 (diff) | |
download | rpg-43650a185110174492234c7e545c7a5a2e538fc2.tar.gz rpg-43650a185110174492234c7e545c7a5a2e538fc2.tar.bz2 |
fixed html in mediapopup
darcs-hash:20060305121731-7ad00-2dcf0a4d457e14c2132bf4406d89041dc9653f42.gz
-rw-r--r-- | inc/template.php | 2 |
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); |