--- inc/pgStanja.php 2001/09/25 15:38:04 1.2 +++ inc/pgStanja.php 2001/09/26 13:04:28 1.3 @@ -57,7 +57,7 @@ "titlepic_height" => $art["pic_h"], "text" => $art["text"], "links" => GetLinks($art["read"] && $art["id"], - /* MyEscape($art["more"]) */ (count($art["text"]) > 0 && $art["id"]) ? $art["more"] : "", + /* MyEscape($art["more"]) */ ((count($art["text"]) > 0 || strstr("?", $art["more"]) == 0) && $art["id"]) ? $art["more"] : "", MyEscape($art["more_title"]), $art["id"], $empty["category"], "top", $isEdit, true, ($i > 0), ($i < count($arts) - 1)) ));