Skip to content

Commit

Permalink
Add nofollow to #forumbottom #forumtop (#5639)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshcli authored and 810 committed Nov 24, 2017
1 parent e6f444c commit 9112352
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<tr>
<td class="span1 center hidden-phone">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown();?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<tr class="category">
<td class="span1 center hidden-phone">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown(); ?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<tr>
<td class="span1 center hidden-phone">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown(); ?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<tr>
<th class="span1 center hidden-phone">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown();?>
</a>
</th>
Expand Down Expand Up @@ -208,7 +208,7 @@
<tr>
<td class="span1 center hidden-phone">
<a id="forumbottom"> </a>
<a href="#forumtop">
<a href="#forumtop" rel="nofollow">
<?php echo KunenaIcons::arrowup();?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<tr>
<td class="col-md-1 center hidden-xs">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown();?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<tr class="category">
<td class="col-md-1 center hidden-xs">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown(); ?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<tr>
<td class="col-md-1 center hidden-xs">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown(); ?>
</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<tr>
<th class="col-md-1 center hidden-xs">
<a id="forumtop"> </a>
<a href="#forumbottom">
<a href="#forumbottom" rel="nofollow">
<?php echo KunenaIcons::arrowdown();?>
</a>
</th>
Expand Down Expand Up @@ -208,7 +208,7 @@
<tr>
<td class="col-md-1 center hidden-xs">
<a id="forumbottom"> </a>
<a href="#forumtop">
<a href="#forumtop" rel="nofollow">
<?php echo KunenaIcons::arrowup();?>
</a>
</td>
Expand Down

0 comments on commit 9112352

Please sign in to comment.