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

@@ -48,9 +48,10 @@
<div class="span4">
<h4 id="title">Full screen control example</h4>
<p id="shortdesc">Example of a full screen control. Click the control in the top right corner to go full screen. Click it again to exit full screen.</p>
<p>If there is no button on the map, your browser does not support the <a href="http://caniuse.com/#feat=fullscreen">Full Screen API</a>.</p>
<p id="shortdesc">Example of a full screen control.</p>
<div id="docs">
<p>Click the control in the top right corner to go full screen. Click it again to exit full screen.</p>
<p>If there is no button on the map, your browser does not support the <a href="http://caniuse.com/#feat=fullscreen">Full Screen API</a>.</p>
<p>See the <a href="full-screen.js" target="_blank">full-screen.js source</a> to see how this is done.</p>
</div>
<div id="tags">full-screen, bing, bing-maps</div>