2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Merge pull request #16194 from fyquah95/master

Remove stray spaces from modal/using-grid-system sample code
This commit is contained in:
Patrick H. Lauke
2015-04-01 10:54:26 +01:00
+1 -1
View File
@@ -310,7 +310,7 @@ $('#myModal').on('shown.bs.modal', function () {
</div> </div>
</div><!-- /.modal-content --> </div><!-- /.modal-content -->
</div><!-- /.modal-dialog --> </div><!-- /.modal-dialog -->
</div><!-- /.modal --> </div><!-- /.modal -->
{% endhighlight %} {% endhighlight %}