removed extraneous whitespaces.
authorrsiddharth <rsd@gnu.org>
Thu, 26 Sep 2013 17:39:43 +0000 (23:09 +0530)
committerrsiddharth <rsd@gnu.org>
Thu, 26 Sep 2013 17:39:43 +0000 (23:09 +0530)
files modified: 2014/javascript/index.html,
/2014/server/staging/lpc14/index.html

2014/javascript/index.html
server/staging/lpc14/index.html

index 555d8d100c913a2926d532b1876c4de694baa968..d12f3c7bf69a0a3f7c6d3784f0745ae56e0f883d 100644 (file)
   <body>
 
        <div id="wrapper"> <!-- start of wrapper -->
-         
+
          <div class="container"> <!-- start of container -->
                <div class="row">
                  <div class="col-sm-9">
                        <div class="page-header">
                          <h1>LibrePlanet Conference <small>2014</small></h1>
                          <p><strong>March 23rd-24th 2014 in Cambridge, MA</strong></p>
-                       </div> 
+                       </div>
                  </div>
                  <div class="col-sm-3"> <!-- start of signup form -->
                        <form role="form" class="margin-top">
@@ -45,7 +45,7 @@
                        </ul>
                        <div class="fsf-donate-button">
                          <a  href="#">
-                               <img class="img-responsive" 
+                               <img class="img-responsive"
                                         src="https://static.fsf.org/nosvn/donate.en.png" 
                                         alt="[ Donate to the FSF ]" />
                          </a>
@@ -93,7 +93,7 @@
                  is licensed under a <a href="">Creative Commons
                  Attribution-No Derivative Works 3.0 license (or later
                  version)</a>. <a href="#">Why this license?</a></p>
-                 
+
                  <p class="text-muted text-center">
                        <small>
                          <a href="/2014/javascript/" rel="jslicense">Javascript license information.</a>
index a78a0a81921a8f3a6b858b4ed86b3daa1080b2a0..afa84e6d5f40a430805d53b535ad0f969e47d8f8 100644 (file)
        <script type="text/javascript">
          /**
          * @licstart  The following is the entire license notice for the JavaScript code in this page.
-         * 
+         *
          * Copyright (c) 2013 Free Software Foundation, Inc
 
       * Permission is hereby granted, free of charge, to any person obtaining
          *
          * @licend  The above is the entire license notice for the JavaScript code in this page.
          **/
-         $(document).ready(function() { 
+         $(document).ready(function() {
            $('.glyphicon-chevron-left').css('display','inline-block');
            $('.glyphicon-chevron-right').css('display','inline-block');
          });