diff options
author | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 01:47:30 +0200 |
---|---|---|
committer | Stéphane Raimbault <stephane.raimbault@gmail.com> | 2012-04-06 01:47:30 +0200 |
commit | 6c0150ce773e764c8775e6b2a37bcd4132da3127 (patch) | |
tree | f1f040a269316fe8c90dd3769ba08350363c4eed /bootstrap2/templates/search_sidebar.html | |
parent | 20b80f5c9b5e918c10451e28515afb2bbcb2d0c4 (diff) | |
download | pelican-themes-6c0150ce773e764c8775e6b2a37bcd4132da3127.tar.gz |
Trailing whitespaces cleanup in bootstrap2
Diffstat (limited to 'bootstrap2/templates/search_sidebar.html')
-rw-r--r-- | bootstrap2/templates/search_sidebar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap2/templates/search_sidebar.html b/bootstrap2/templates/search_sidebar.html index 00c81e3..24fdaad 100644 --- a/bootstrap2/templates/search_sidebar.html +++ b/bootstrap2/templates/search_sidebar.html @@ -2,7 +2,7 @@ <li class="nav-header"><h4><i class="icon-search"></i>Google Search</h4></li> <div id="cse" style="width: 100%;">Loading</div> <script src="http://www.google.com/jsapi" type="text/javascript"></script> -<script type="text/javascript"> +<script type="text/javascript"> google.load('search', '1'); google.setOnLoadCallback(function() { var customSearchOptions = {}; var customSearchControl = new google.search.CustomSearchControl( @@ -12,4 +12,4 @@ }, true); </script> <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /> -{% endif %}
\ No newline at end of file +{% endif %} |