-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #146 from ndw/master
Remove <code> from literallayout and address output
- Loading branch information
Showing
9 changed files
with
24 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
version=2.4.2 | ||
version=2.4.3 | ||
saxonVersion=9.9.1-5 | ||
xmlCalabashVersion=1.1.28-99 | ||
resourcesVersion=2.1.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Article wrapper</title><meta charset="utf-8" /><meta name="generator" content="DocBook XSL 2.0 Stylesheets V2.3.17" /><link href="../resources/css/default.css" rel="stylesheet" type="text/css" /><link href="../resources/css/db-prism.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="../resources/js/dbmodnizr.js"></script></head><body><article id="R.1" class="article"><header class="article-titlepage"><h2>Article wrapper</h2></header><div class="content"><p>An address:</p><pre class="address language-none"><code><span class="personname">Santa Clause</span> | ||
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Article wrapper</title><meta charset="utf-8" /><meta name="generator" content="DocBook XSL 2.0 Stylesheets V2.4.2" /><link href="../resources/css/default.css" rel="stylesheet" type="text/css" /><link href="../resources/css/db-prism.css" rel="stylesheet" type="text/css" /><script type="text/javascript" src="../resources/js/dbmodnizr.js"></script></head><body><article id="R.1" class="article"><header class="article-titlepage"><h2>Article wrapper</h2></header><div class="content"><p>An address:</p><pre class="address language-none"><span class="personname">Santa Clause</span> | ||
<span class="street">1 Main Street</span> | ||
<span class="city">North Pole</span>, <span class="state">AK</span> <span class="postcode">12345</span> | ||
<span class="country">US</span></code></pre><p>Other address fields:</p><pre class="address language-none"><code>Information: | ||
<span class="country">US</span></pre><p>Other address fields:</p><pre class="address language-none">Information: | ||
<span class="phone">+1-914-555-1212</span> | ||
<span class="fax">+1-213-555-1212</span> | ||
<code class="email"><<a href="mailto:[email protected]">[email protected]</a>></code> | ||
<code class="uri">http://www.example.com/</code></code></pre><p>With a PO Box:</p><pre class="address language-none"><code><span class="otheraddr whynotorgname">Some Company</span> | ||
<code class="uri">http://www.example.com/</code></pre><p>With a PO Box:</p><pre class="address language-none"><span class="otheraddr whynotorgname">Some Company</span> | ||
<span class="pob">P.O. Box 123</span> | ||
<span class="city">Anytown</span>, <span class="state">XX</span> <span class="postcode">12345</span> | ||
</code></pre></div></article><script src="../resources/js/prism.js"></script></body></html> | ||
</pre></div></article><script src="../resources/js/prism.js"></script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.