From 4d153b912587ef8a8dc77ba67557ea70db757bee Mon Sep 17 00:00:00 2001 From: fyquah95 Date: Wed, 1 Apr 2015 17:43:32 +0800 Subject: [PATCH] indented javascript/modal/using-grid-system sample code from 4 spaces to 2 spaces --- docs/_includes/js/modal.html | 72 ++++++++++++++++++------------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 92adb3af56..59fc80dae7 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -270,47 +270,47 @@ $('#myModal').on('shown.bs.modal', function () { {% highlight html %}