diff options
author | tgambet <tgambet@localhost> | 2010-06-01 17:48:32 +0000 |
---|---|---|
committer | tgambet <tgambet@localhost> | 2010-06-01 17:48:32 +0000 |
commit | 944208c4a6c86eaef1c6ef44086371d0f7f7f98b (patch) | |
tree | 0853a1723767a3764d6d8cdc03d54ef5be34219a | |
parent | 8290557c34cb53ff6d246150bac569ab45856265 (diff) | |
download | markup-validator-944208c4a6c86eaef1c6ef44086371d0f7f7f98b.zip markup-validator-944208c4a6c86eaef1c6ef44086371d0f7f7f98b.tar.gz markup-validator-944208c4a6c86eaef1c6ef44086371d0f7f7f98b.tar.bz2 |
updated description markup
-rw-r--r-- | share/templates/en_US/ucn_output.tmpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/templates/en_US/ucn_output.tmpl b/share/templates/en_US/ucn_output.tmpl index 946e56e..1b4c8e7 100644 --- a/share/templates/en_US/ucn_output.tmpl +++ b/share/templates/en_US/ucn_output.tmpl @@ -48,10 +48,10 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> </TMPL_IF> </TMPL_IF> <TMPL_IF NAME="badge_uri"> - To show your readers that you have taken the care to create an + <p>To show your readers that you have taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the HTML you could use to add this icon - to your Web page: + to your Web page:</p> <img class="inline-badge" src="<TMPL_VAR NAME="badge_uri" ESCAPE="HTML">" alt="<TMPL_VAR NAME="badge_alt" ESCAPE="HTML">" <TMPL_IF NAME="badge_h">height="<TMPL_VAR NAME="badge_h">"</TMPL_IF> @@ -84,10 +84,10 @@ X-W3C-Validator-Warnings: <TMPL_VAR NAME="valid_warnings_num"></TMPL_IF> </p></code></pre> </TMPL_IF> - A <a href="http://www.w3.org/QA/Tools/Icons">full list</a> of icons, with links to alternate formats and colors, is available: + <p>A <a href="http://www.w3.org/QA/Tools/Icons">full list</a> of icons, with links to alternate formats and colors, is available: If you like, you can download a copy of the icons to keep in your local web directory, and change the HTML fragment - above to reference your local image rather than the one on this server. + above to reference your local image rather than the one on this server.</p> </TMPL_IF> <TMPL_UNLESS NAME="is_upload"> <TMPL_UNLESS NAME="is_direct_input"> |