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:
@@ -37,8 +37,9 @@
|
||||
|
||||
<div class="span4">
|
||||
<h4 id="title">Drag rotate and zoom example</h4>
|
||||
<p id="shortdesc"><code>Shift</code> + Drag to rotate and zoom the map around its center.</p>
|
||||
<p id="shortdesc">A single interaction to drag, rotate, and zoom.</p>
|
||||
<div id="docs">
|
||||
<p><code>Shift</code> + Drag to rotate and zoom the map around its center.</p>
|
||||
<p>See the <a href="drag-rotate-and-zoom.js" target="_blank">drag-rotate-and-zoom.js source</a> to see how this is done.</p>
|
||||
</div>
|
||||
<div id="tags">drag, rotate, zoom, interaction</div>
|
||||
|
||||
Reference in New Issue
Block a user