From: cweiske Date: Tue, 27 Oct 2009 20:40:12 +0000 (+0000) Subject: search engines should not follow voting links (not that they are visible to them) X-Git-Tag: v0.97~253 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4bf8c2fff97a5f68a53d81ed4eed0005ac4f422c;p=semanticscuttle.git search engines should not follow voting links (not that they are visible to them) git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@441 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/data/templates/bookmarks-vote.inc.tpl.php b/data/templates/bookmarks-vote.inc.tpl.php index 5884284..5979827 100644 --- a/data/templates/bookmarks-vote.inc.tpl.php +++ b/data/templates/bookmarks-vote.inc.tpl.php @@ -16,7 +16,7 @@ if (isset($row['hasVoted']) && !$row['hasVoted']) { echo ''; if (isset($row['hasVoted']) && !$row['hasVoted']) { - echo '+'; } else { echo '+'; @@ -25,7 +25,7 @@ if (isset($row['hasVoted']) && !$row['hasVoted']) { echo '' . $row['bVoting'] . ''; if (isset($row['hasVoted']) && !$row['hasVoted']) { - echo '-'; } else { echo '-';