瀏覽代碼

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

Antes 11 年之前
父節點
當前提交
57c95894d9
共有 1 個文件被更改,包括 2 次插入2 次删除
  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',