0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

indented javascript/modal/using-grid-system sample code from 4 spaces to 2 spaces

This commit is contained in:
fyquah95 2015-04-01 17:43:32 +08:00
parent bb6af65ca6
commit 4d153b9125

View File

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