From 61d870694f8b4056871f2f4f3e8e7b9e8ae0edc7 Mon Sep 17 00:00:00 2001 From: brockhaus Date: Thu, 12 Jul 2007 14:35:37 +0000 Subject: [PATCH] =?utf8?q?Garvins=20=C3=84nderung=20auch=20f=C3=BCr=20(z.B?= =?utf8?q?.)=20Images=20funktionierend=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- include/functions_trackbacks.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/functions_trackbacks.inc.php b/include/functions_trackbacks.inc.php index e4dbb4e..9b4e52e 100644 --- a/include/functions_trackbacks.inc.php +++ b/include/functions_trackbacks.inc.php @@ -574,7 +574,9 @@ function serendipity_handle_references($id, $author, $title, $text, $dry_run = f echo $row . "
\n"; } + $names[$i] = strip_tags($names[$i]); if (empty($names[$i])) { + if ($debug) echo "Found reference $locations[$i] w/o name. Adding location as name."; $names[$i] = $locations[$i]; } -- 2.39.5