1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 05:33:02 +02: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

View File

@@ -310,7 +310,7 @@ $('#myModal').on('shown.bs.modal', function () {
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div><!-- /.modal -->
{% endhighlight %}