Browse Source

Merge pull request #22 from fivestar/feature/fix-break-design-with-large-width

Remove unnecessary empty paragraph element
Sotaro KARASAWA 11 years ago
parent
commit
7e2495ac9a
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/views/widget/searcher.html

+ 0 - 2
lib/views/widget/searcher.html

@@ -4,8 +4,6 @@
   <div class="form-group">
   <div class="form-group">
     <input id="searchQuery" name="q" type="text" class="form-control" placeholder="検索文字...">
     <input id="searchQuery" name="q" type="text" class="form-control" placeholder="検索文字...">
     <button type="submit" class="btn btn-default">検索</button>
     <button type="submit" class="btn btn-default">検索</button>
-    <p>
-    </p>
     <script>
     <script>
       function Searcher () {
       function Searcher () {
       };
       };