Removing markup from shortdesc element (see #827)

The text in `shortdesc` is shown on the example index page.  It shouldn't have any markup in it.
This commit is contained in:
Tim Schaub
2013-06-26 10:22:56 -06:00
parent 3800676e97
commit e0a3f8ca07
6 changed files with 15 additions and 9 deletions

View File

@@ -37,8 +37,9 @@
<div class="span4">
<h4 id="title">Rotation example</h4>
<p id="shortdesc">Example of a rotated map. Use <code>Alt</code>+<code>Shift</code>+drag to rotate the map.</p>
<p id="shortdesc">Example of a rotated map.</p>
<div id="docs">
<p>Use <code>Alt</code>+<code>Shift</code>+drag to rotate the map.</p>
<p>See the <a href="rotation.js" target="_blank">rotation.js source</a> to see how this is done.</p>
</div>
<div id="tags">rotation, openstreetmap</div>