Remove unneccesary #long-description refinement

This commit is contained in:
Josh Grosse 2019-12-22 14:30:24 -05:00 committed by Alex Cabal
parent 92f550e9c1
commit f3ecfa59d7

View file

@ -199,9 +199,6 @@ require_once('Core.php');
<p>The long description must be in <em>escaped</em> HTML, with the HTML beginning on its own line after the <code class="html">&lt;meta property="se:long-description"&gt;</code> element.</p>
<p>An easy way to escape your HTML is to compose your long description in regular HTML, then insert it into the <code class="html">&lt;meta property="se:long-description"&gt;</code> element surrounded by a <code class="html">&lt;![CDATA[ ... ]]&gt;</code> element. Once youre done, run the <code class="path">clean</code> tool, which will remove the <code class="html">&lt;![CDATA[ ... ]]&gt;</code> element and escape the contained HTML for you.</p>
</li>
<li>
<p>Include the following element directly after the long description: <code class="html">&lt;meta property="authority" refines="#long-description"&gt;https://standardebooks.org&lt;/meta&gt;</code></p>
</li>
</ul>
<h2>The <code class="html">&lt;dc:language&gt;</code> element</h2>
<p>The <code class="html">&lt;dc:language&gt;</code> element follows the long description block. It contains the IETF language tag for the language that the work is in. Usually this is either <code class="ietf">en-US</code> or <code class="ietf">en-GB</code>.</p>