Browse Source

HTML5 > TT Validate
Signed-off-by: Antes <[email protected]>

Antes 11 năm trước cách đây
mục cha
commit
57c95894d9
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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' => '<tt class="bbc_tt">',
-				'after' => '</tt>',
+				'before' => '<div class="bbc_tt">',
+				'after' => '</div>',
 			),
 			array(
 				'tag' => 'u',