aboutsummaryrefslogtreecommitdiff
path: root/data/templates
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates')
-rw-r--r--data/templates/bookmarks-vote.inc.tpl.php4
1 files changed, 2 insertions, 2 deletions
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 '<span class="' . $classes . '">';
if (isset($row['hasVoted']) && !$row['hasVoted']) {
- echo '<a class="vote-for" href="'
+ echo '<a class="vote-for" rel="nofollow" href="'
. createVoteURL(true, $row['bId']) . '">+</a>';
} else {
echo '<span class="vote-for-inactive">+</span>';
@@ -25,7 +25,7 @@ if (isset($row['hasVoted']) && !$row['hasVoted']) {
echo '<span class="voting">' . $row['bVoting'] . '</span>';
if (isset($row['hasVoted']) && !$row['hasVoted']) {
- echo '<a class="vote-against" href="'
+ echo '<a class="vote-against" rel="nofollow" href="'
. createVoteURL(false, $row['bId']) . '">-</a>';
} else {
echo '<span class="vote-against-inactive">-</span>';