From 7bbe8671e6c3979c6480563ee576e87d064d9af9 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 30 Sep 2001 20:57:35 +0000 Subject: [PATCH] "obsah" text is now passed directly, no longer htmlspecialchars()-ed --- obsah.php | 1 - 1 file changed, 1 deletion(-) 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"] -- 1.8.3.1