diff options
author | Stuart Rackham <srackham@methods.co.nz> | 2012-06-17 13:21:18 +1200 |
---|---|---|
committer | Stuart Rackham <srackham@methods.co.nz> | 2012-06-17 13:21:18 +1200 |
commit | fe6a8bcf4e4d2c1c238aabf5ab57bfedc0b688ee (patch) | |
tree | ffd7a62cf67f2aaa88cbb6cfead3cf0e526ffa01 /examples/website | |
parent | 3991c7e11eab3aab9f518ada4b108c5be0302b80 (diff) | |
download | asciidoc-py3-fe6a8bcf4e4d2c1c238aabf5ab57bfedc0b688ee.tar.gz |
Replaced obsolete <tt> tag with <code> in HTML backends.
Diffstat (limited to 'examples/website')
-rw-r--r-- | examples/website/layout1.conf | 2 | ||||
-rw-r--r-- | examples/website/layout2.conf | 2 |
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><<a href="mailto:{email}">{email}</a>></tt></span><br /> +<span id="email"><code><<a href="mailto:{email}">{email}</a>></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><<a href="mailto:{email}">{email}</a>></tt></span><br /> +<span id="email"><code><<a href="mailto:{email}">{email}</a>></code></span><br /> {authored}<span id="revision">version {revnumber}{revdate?,}</span> {authored}{revdate} ifdef::toc[] |