Bläddra i källkod

Use span instead of div as to not cause line breaks

Signed-off-by: Michael Miller <[email protected]>
Michael Miller 12 år sedan
förälder
incheckning
5622ee177b
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      Sources/Subs.php

+ 2 - 2
Sources/Subs.php

@@ -1509,8 +1509,8 @@ function parse_bbc($message, $smileys = true, $cache_id = '', $parse_tags = arra
 			),
 			array(
 				'tag' => 'tt',
-				'before' => '<div class="bbc_tt">',
-				'after' => '</div>',
+				'before' => '<span class="bbc_tt">',
+				'after' => '</span>',
 			),
 			array(
 				'tag' => 'u',