From 38c5bdc723b3e0f46c4f88b40d4184aba31bb032 Mon Sep 17 00:00:00 2001 From: jannis Date: Fri, 26 May 2006 15:00:53 +0000 Subject: [PATCH] The rel attribute does not make sense for an img tag?? --- .../serendipity_event_spamblock/serendipity_event_spamblock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php index 51d9c78..2e00cac 100644 --- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php +++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php @@ -857,7 +857,7 @@ var $filter_defaults; if (!isset($serendipity['POST']['preview']) || strtolower($serendipity['POST']['captcha'] != strtolower($_SESSION['spamblock']['captcha']))) { echo '
' . PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC . '
'; if ($use_gd) { - printf('CAPTCHA', + printf('CAPTCHA', $serendipity['baseURL'] . ($serendipity['rewrite'] == 'none' ? $serendipity['indexFile'] . '?/' : '') . 'plugin/captcha_' . md5(time()), htmlspecialchars(PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC2) ); -- 2.39.5