From cfa1e395103a8110e11b77917aa3896c99a0fd0e Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Thu, 7 Feb 2013 19:32:30 -0800 Subject: [PATCH] nuke that whitespace --- docs/javascript.html | 1 - docs/templates/pages/javascript.mustache | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/javascript.html b/docs/javascript.html index ef2ba08907..9af6a3cd44 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -232,7 +232,6 @@ $('#myModal').on('show', function (e) { <p>Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.</p> <!-- sample modal content --> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> - <div class="modal-dialog"> <div class="modal-content"> diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache index c731c310a9..c0e8f59786 100644 --- a/docs/templates/pages/javascript.mustache +++ b/docs/templates/pages/javascript.mustache @@ -165,7 +165,6 @@ $('#myModal').on('show', function (e) { <p>Toggle a modal via JavaScript by clicking the button below. It will slide down and fade in from the top of the page.</p> <!-- sample modal content --> <div id="myModal" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> - <div class="modal-dialog"> <div class="modal-content"> -- GitLab