Update text.tpl

This commit is contained in:
Shadow
2018-01-04 07:51:33 +02:00
committed by GitHub
parent f49c3bc95e
commit 573cd02c80
+2 -2
View File
@@ -10,7 +10,7 @@
#################################################################################
$txt="Test";
$txt="";
//bbcode = html code
$txt = preg_replace("/\[b\]/is",'<b>', $txt);
@@ -23,4 +23,4 @@ $txt = preg_replace("/\[\/u\]/is",'</u>', $txt);
//nl2br = enter
echo nl2br($txt);
?>
?>