summaryrefslogtreecommitdiff
path: root/sample/src
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2013-04-07 15:41:19 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2013-04-07 15:41:19 +0200
commit146405c508971f59b7784baab5b351a8ec34f5d2 (patch)
treed26ebc898b1b82ab3001a1422785ee1ebb0b44b4 /sample/src
parent474586a2855dd4e9c28ef6a019cd39c080d6dcb2 (diff)
downloadcataract-146405c508971f59b7784baab5b351a8ec34f5d2.tar.xz
sample: Add rel="nofollow" for some footer links
Validator links don't need to be followed.
Diffstat (limited to 'sample/src')
-rw-r--r--sample/src/setup.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml
index 06aba25..b240c4a 100644
--- a/sample/src/setup.xml
+++ b/sample/src/setup.xml
@@ -110,7 +110,7 @@ And the second line.</add_copyright>
<footer><![CDATA[
So this is footer, suitable place for copyright, W3C validation links and advertisement! |
Generated with <a href="http://cgg.bzatek.net/" title="Cataract Gallery Generator">Cataract Gallery Generator</a>. |
- <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0 Strict">XHTML 1.0 Strict</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="(in-)valid CSS 2.1">Invalid CSS 2.1</a>
+ <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0 Strict" rel="nofollow">XHTML 1.0 Strict</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer" title="(in-)valid CSS 2.1" rel="nofollow">Invalid CSS 2.1</a>
]]></footer>
</gallery_setup>