Add `rel="nofollow"` to missed login link
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 Jan 2023 13:22:30 +0000 (14:22 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 11 Jan 2023 13:22:30 +0000 (14:22 +0100)
This was noticed while resolving the merge conflicts when merging from 5.5 to
master.

see fa0b20e855dbf01ebf3e4ac54c12a0507dcb993f

com.woltlab.wcf/templates/pageHeaderUser.tpl

index 1acd27717088fb0d91c302eeff102d623cd71225..0aef5b0bb334f431c74afaed79fcad9588258365 100644 (file)
                                </li>
                        {/if}
                        <li id="userLogin">
-                               <a class="loginLink" href="{link controller='Login' url=$__wcf->getRequestURI()}{/link}">{lang}wcf.user.loginOrRegister{/lang}</a>
+                               <a
+                                       class="loginLink"
+                                       href="{link controller='Login' url=$__wcf->getRequestURI()}{/link}"
+                                       rel="nofollow"
+                               >{lang}wcf.user.loginOrRegister{/lang}</a>
                        </a>
                {/if}