summaryrefslogtreecommitdiff
path: root/examples/website
diff options
context:
space:
mode:
authorStuart Rackham <srackham@methods.co.nz>2012-06-17 13:21:18 +1200
committerStuart Rackham <srackham@methods.co.nz>2012-06-17 13:21:18 +1200
commitfe6a8bcf4e4d2c1c238aabf5ab57bfedc0b688ee (patch)
treeffd7a62cf67f2aaa88cbb6cfead3cf0e526ffa01 /examples/website
parent3991c7e11eab3aab9f518ada4b108c5be0302b80 (diff)
downloadasciidoc-py3-fe6a8bcf4e4d2c1c238aabf5ab57bfedc0b688ee.tar.gz
Replaced obsolete <tt> tag with <code> in HTML backends.
Diffstat (limited to 'examples/website')
-rw-r--r--examples/website/layout1.conf2
-rw-r--r--examples/website/layout2.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/website/layout1.conf b/examples/website/layout1.conf
index 20213d5..bc8ef98 100644
--- a/examples/website/layout1.conf
+++ b/examples/website/layout1.conf
@@ -83,7 +83,7 @@ ifndef::doctype-manpage[]
<div id="header">
<h1>{doctitle}</h1>
<span id="author">{author}</span><br />
-<span id="email"><tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt></span><br />
+<span id="email"><code>&lt;<a href="mailto:{email}">{email}</a>&gt;</code></span><br />
{authored}<span id="revision">version {revnumber}{revdate?,}</span>
{authored}{revdate}
ifdef::toc[]
diff --git a/examples/website/layout2.conf b/examples/website/layout2.conf
index 34cac02..79a0fe8 100644
--- a/examples/website/layout2.conf
+++ b/examples/website/layout2.conf
@@ -85,7 +85,7 @@ ifndef::doctype-manpage[]
<div id="header">
<h1>{doctitle}</h1>
<span id="author">{author}</span><br />
-<span id="email"><tt>&lt;<a href="mailto:{email}">{email}</a>&gt;</tt></span><br />
+<span id="email"><code>&lt;<a href="mailto:{email}">{email}</a>&gt;</code></span><br />
{authored}<span id="revision">version {revnumber}{revdate?,}</span>
{authored}{revdate}
ifdef::toc[]