2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

fix broken alert example with data-dismiss

This commit is contained in:
Mark Otto
2012-02-04 22:32:04 -08:00
parent b297a61f82
commit 6d8ac203e5
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1223,7 +1223,7 @@
</div>
<pre class="prettyprint linenums">
&lt;div class="alert"&gt;
&lt;a class="close data-dismiss="alert"gt;&times;&lt;/a&gt;
&lt;a class="close" data-dismiss="alert"&gt;&times;&lt;/a&gt;
&lt;strong&gt;{{_i}}Warning!{{/i}}&lt;/strong&gt; {{_i}}Best check yo self, you're not looking too good.{{/i}}
&lt;/div&gt;
</pre>