You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mw...@apache.org on 2018/05/04 19:55:44 UTC

[accumulo-website] branch asf-site updated: Jekyll build from master:0fe4bf5

This is an automated email from the ASF dual-hosted git repository.

mwalch pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 876a754  Jekyll build from master:0fe4bf5
876a754 is described below

commit 876a7541bbcb8ecb2bc1ce9929df0d6a4902b61b
Author: Mike Walch <mw...@apache.org>
AuthorDate: Fri May 4 15:54:27 2018 -0400

    Jekyll build from master:0fe4bf5
    
    Fixed bug with search button
---
 feed.xml          | 4 ++--
 search/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/feed.xml b/feed.xml
index 906d363..872423e 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,8 +6,8 @@
 </description>
     <link>https://accumulo.apache.org/</link>
     <atom:link href="https://accumulo.apache.org/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Fri, 04 May 2018 15:09:33 -0400</pubDate>
-    <lastBuildDate>Fri, 04 May 2018 15:09:33 -0400</lastBuildDate>
+    <pubDate>Fri, 04 May 2018 15:54:14 -0400</pubDate>
+    <lastBuildDate>Fri, 04 May 2018 15:54:14 -0400</lastBuildDate>
     <generator>Jekyll v3.7.3</generator>
     
     
diff --git a/search/index.html b/search/index.html
index bdf954f..4bc5158 100644
--- a/search/index.html
+++ b/search/index.html
@@ -158,7 +158,7 @@
       <div class="input-group">
         <input class="form-control" type="text" id="search_box" placeholder="Search for..." />
         <span class="input-group-btn">
-          <button class="btn btn-default" type="button">Search</button>
+          <button class="btn btn-default" type="submit">Search</button>
         </span>
       </div>
     </form>

-- 
To stop receiving notification emails like this one, please contact
mwalch@apache.org.