projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0d7519
)
Add rel=nofollow for docs comments links
author
Magnus Hagander
<magnus@hagander.net>
Tue, 6 Dec 2011 10:06:56 +0000
(11:06 +0100)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 6 Dec 2011 10:06:56 +0000
(11:06 +0100)
This caused thousands of links to the signin page, which seems
unnecssary...
templates/docs/docspage.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/docs/docspage.html
b/templates/docs/docspage.html
index 14b0e44eb215d04e8884f2c02f8a1ea20757f038..9d2232644414350bbe34e3f503f6829fc385ff72 100644
(file)
--- a/
templates/docs/docspage.html
+++ b/
templates/docs/docspage.html
@@
-75,7
+75,7
@@
Note that submissions containing URLs or other keywords commonly found in
is happening to you in error.
</p>
<p>
-Proceed to the <a href="/account/comments/new/{{page.version}}/{{page.file}}/">comment form</a>.
+Proceed to the <a href="/account/comments/new/{{page.version}}/{{page.file}}/"
rel="nofollow"
>comment form</a>.
</p>
</div>
{%endif%}