Fix bootstrap class name in examples

`alert-error` was renamed to `alert-danger`
This commit is contained in:
Frederic Junod
2015-09-01 15:28:22 +02:00
parent 4045e06aa9
commit b4dec522f1
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ tags: "export, png, openstreetmap"
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
<div id="no-download" class="alert alert-error" style="display: none">
<div id="no-download" class="alert alert-danger" style="display: none">
This example requires a browser that supports the
<a href="http://caniuse.com/#feat=download">link download</a> attribute.
</div>