correct html comment
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Jan 2015 21:56:27 +0000 (16:56 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 16 Jan 2015 21:56:27 +0000 (16:56 -0500)
header.php
index.php

index 4812152..d26a044 100755 (executable)
@@ -64,7 +64,7 @@
                                 </nav>
                             </div>
                         </div>
-                            <!Off-canvas-Menu!>
+                            <!-- Off-canvas-Menu --!>
                     </div>
 
 
index ca4347c..1e8579b 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -1,20 +1,20 @@
 
 <form role="search" method="get" id="searchform" action="<?php echo home_url('/'); ?>">
-       <?php
-         $title  = get_the_title();
-         $keys= explode(" ",$s);
-         $title  = preg_replace('/('.implode('|', $keys) .')/iu',
-           '<strong class="search-excerpt">\0</strong>',
-           $title);
-       ?>
+    <?php
+      $title  = get_the_title();
+      $keys= explode(" ",$s);
+      $title  = preg_replace('/('.implode('|', $keys) .')/iu',
+        '<strong class="search-excerpt">\0</strong>',
+        $title);
+    ?>
     <h2>Search Results for "<em><?php the_search_query() ?></em>"</h2>
-       <div class="row collapse">
-               <div class="small-8 columns">
-                       <input type="text" value="" name="s" id="s" placeholder="search">
-               </div>
-               <div class="small-4 columns">
-                       <input type="submit" id="searchsubmit" value="search" class="prefix button">
-               </div>
-       </div>
+    <div class="row collapse">
+        <div class="small-8 columns">
+            <input type="text" value="" name="s" id="s" placeholder="search">
+        </div>
+        <div class="small-4 columns">
+            <input type="submit" id="searchsubmit" value="search" class="prefix button">
+        </div>
+    </div>
 </form>