From 573cd02c80ba6ca22490e894c8e3ca8bf46d0a01 Mon Sep 17 00:00:00 2001 From: Shadow <1140613+Shadowss@users.noreply.github.com> Date: Thu, 4 Jan 2018 07:51:33 +0200 Subject: [PATCH] Update text.tpl --- Templates/text.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>