From: jannis Date: Fri, 26 May 2006 15:00:53 +0000 (+0000) Subject: The rel attribute does not make sense for an img tag?? X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=38c5bdc723b3e0f46c4f88b40d4184aba31bb032;p=s9y.git The rel attribute does not make sense for an img tag?? --- 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) );