Changeset 1217

Show
Ignore:
Timestamp:
08/01/08 02:26:40 (4 months ago)
Author:
_ck_
Message:

valid xhtml fixup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bb-attachments/trunk/bb-attachments.php

    r1212 r1217  
    232232 
    233233function bb_attachments_bbcode($text) { 
    234 $text = preg_replace("/\[attachment=([0-9]+?)\,([0-9]+?)\]/sim","<a class='bb_attachments_link' href='?bb_attachments=$1&bbat=$2'><img  src='?bb_attachments=$1&bbat=$2&inline'></a>",$text); 
     234$text = preg_replace("/\[attachment=([0-9]+?)\,([0-9]+?)\]/sim","<a class='bb_attachments_link' href='?bb_attachments=$1&bbat=$2'><img  src='?bb_attachments=$1&bbat=$2&inline' /></a>",$text); 
    235235return $text; 
    236236}