From 5c244dde1438218059c24937d7e6451ac6975f92 Mon Sep 17 00:00:00 2001 From: Grischa Brockhaus Date: Thu, 12 Jul 2007 14:35:37 +0000 Subject: [PATCH] =?UTF-8?q?Garvins=20=C3=84nderung=20auch=20f=C3=BCr=20(z.?= =?UTF-8?q?B.)=20Images=20funktionierend=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 e4dbb4e6..9b4e52e6 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]; }