Changeset 1771 for trunk/scripts

Show
Ignore:
Timestamp:
11/17/2008 11:23:51 PM (7 weeks ago)
Author:
driehle
Message:

typo

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/bbcode.php

    r1770 r1771  
    7878 
    7979     if(isset($attributes['caption'])) { 
    80         return "\n<dl".$class." style='width: ".$img_width."px;'>\n <dt>".$img."</dt>\n  <dd>".htmlspecialchars(attributes['caption'])."</dd>\n</dl>\n"; 
     80        return "\n<dl".$class." style='width: ".$img_width."px;'>\n <dt>".$img."</dt>\n  <dd>".htmlspecialchars($attributes['caption'])."</dd>\n</dl>\n"; 
    8181     } 
    8282     else return $img;