From: short <> Date: Sun, 30 Sep 2001 20:57:35 +0000 (+0000) Subject: "obsah" text is now passed directly, no longer htmlspecialchars()-ed X-Git-Url: http://git.jankratochvil.net/?p=www.energie.vellum.cz.git;a=commitdiff_plain;h=7bbe8671e6c3979c6480563ee576e87d064d9af9 "obsah" text is now passed directly, no longer htmlspecialchars()-ed --- diff --git a/obsah.php b/obsah.php index 978dfc6..1213d27 100644 --- a/obsah.php +++ b/obsah.php @@ -37,7 +37,6 @@ print("

Èíslo ".$month_a["name_full"]."

\n"); } $contents=$sep_obsah_contents.$row["contents"]; - $contents=htmlspecialchars($contents); $article_result=db_query("select name,id from $tb_clanek" ." where year=".$row[ "year"]