diff --git a/Templates/text.tpl b/Templates/text.tpl index 99e7fcc9..956f48d2 100644 --- a/Templates/text.tpl +++ b/Templates/text.tpl @@ -10,7 +10,7 @@ ################################################################################# -$txt="Test"; +$txt=""; //bbcode = html code $txt = preg_replace("/\[b\]/is",'', $txt); @@ -23,4 +23,4 @@ $txt = preg_replace("/\[\/u\]/is",'', $txt); //nl2br = enter echo nl2br($txt); -?> \ No newline at end of file +?>