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

@@ -49,9 +49,10 @@
<div class="span4">
<h4 id="title">Overlay example</h4>
<p id="shortdesc">Demonstrates overlays. The popups are created using
<a href="http://twitter.github.com/bootstrap/javascript.html#popovers">Popovers</a> from Bootstrap.</p>
<p id="shortdesc">Demonstrates overlays.</p>
<div id="docs">
<p>The popups are created using
<a href="http://twitter.github.com/bootstrap/javascript.html#popovers">Popovers</a> from Bootstrap.</p>
<p>See the <a href="overlay.js" target="_blank">overlay.js source</a> to see how this is done.</p>
</div>
<div id="tags">overlay, popup, bootstrap, popover, mapquest, openaerial</div>