summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2011-08-08 17:21:04 +1200
committerStuart Rackham <srackham@methods.co.nz>2011-08-08 17:21:04 +1200
commit1ed07b90473ae7e9524ddc352756a5b30c674b69 (patch)
tree8c8d001cbe2491a3e5944b47b152a1571613790d
parente283e343d20f8893814e8b50b0835a0795bf2700 (diff)
downloadasciidoc-1ed07b90473ae7e9524ddc352756a5b30c674b69.tar.gz
Dropped the broken 'Get Firefox!' badges.
-rw-r--r--doc/asciidoc.txt4
-rw-r--r--html5.conf5
-rw-r--r--xhtml11.conf5
3 files changed, 2 insertions, 12 deletions
diff --git a/doc/asciidoc.txt b/doc/asciidoc.txt
index 1bb38c9..20fea5a 100644
--- a/doc/asciidoc.txt
+++ b/doc/asciidoc.txt
@@ -5693,8 +5693,8 @@ generated outputs.
|Name |Backends |Description
|badges |xhtml11, html5 |
-Link badges ('XHTML 1.1', 'CSS' and 'Get Firefox!') in document
-footers. By default badges are omitted ('badges' is undefined).
+Link badges ('XHTML 1.1' and 'CSS') in document footers. By default
+badges are omitted ('badges' is undefined).
NOTE: The path names of images, icons and scripts are relative path
names to the output document not the source document.
diff --git a/html5.conf b/html5.conf
index 66c099f..7a94131 100644
--- a/html5.conf
+++ b/html5.conf
@@ -666,11 +666,6 @@ ifdef::icons[]
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!">
</a>
-<a href="http://www.mozilla.org/products/firefox/">
- <img style="border:none; width:110px; height:32px;"
- src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
- alt="Get Firefox!">
-</a>
endif::icons[]
</div>
endif::badges[]
diff --git a/xhtml11.conf b/xhtml11.conf
index e0c58ab..62cb59a 100644
--- a/xhtml11.conf
+++ b/xhtml11.conf
@@ -661,11 +661,6 @@ ifdef::icons[]
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!" />
</a>
-<a href="http://www.mozilla.org/products/firefox/">
- <img style="border:none; width:110px; height:32px;"
- src="http://www.spreadfirefox.com/community/images/affiliates/Buttons/110x32/safer.gif"
- alt="Get Firefox!" />
-</a>
endif::icons[]
</div>
endif::badges[]