]> git.mjollnir.org Git - s9y.git/commitdiff
The rel attribute does not make sense for an img tag??
authorjannis <jannis>
Fri, 26 May 2006 15:00:53 +0000 (15:00 +0000)
committerjannis <jannis>
Fri, 26 May 2006 15:00:53 +0000 (15:00 +0000)
plugins/serendipity_event_spamblock/serendipity_event_spamblock.php

index 51d9c7833a33c0f9412b9f0598ee767e433cde8b..2e00cac952aa21b9753e6139e6434efa7e3b6b18 100644 (file)
@@ -857,7 +857,7 @@ var $filter_defaults;
                         if (!isset($serendipity['POST']['preview']) || strtolower($serendipity['POST']['captcha'] != strtolower($_SESSION['spamblock']['captcha']))) {
                             echo '<br />' . PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC . '<br />';
                             if ($use_gd) {
-                                printf('<img rel="nofollow" src="%s" title="%s" alt="CAPTCHA" class="captcha" />',
+                                printf('<img src="%s" title="%s" alt="CAPTCHA" class="captcha" />',
                                     $serendipity['baseURL'] . ($serendipity['rewrite'] == 'none' ? $serendipity['indexFile'] . '?/' : '') . 'plugin/captcha_' . md5(time()),
                                     htmlspecialchars(PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC2)
                                 );