aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-05 15:10:14 -0500
committerJesús <heckyel@hyperbola.info>2019-02-05 15:10:14 -0500
commitf9df2cac8056c5507ee6e6458da13bb21accc023 (patch)
tree102d3a513b23a79002eef29a44293fc4c04403a1
parentabc39612bf7b8ef0bf2ef8bc6f773e9d175b9e6c (diff)
downloadcl-theme-f9df2cac8056c5507ee6e6458da13bb21accc023.tar.lz
cl-theme-f9df2cac8056c5507ee6e6458da13bb21accc023.tar.xz
cl-theme-f9df2cac8056c5507ee6e6458da13bb21accc023.zip
fix syntax
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 27643dc..b1542e1 100644
--- a/index.html
+++ b/index.html
@@ -61,9 +61,9 @@
<div class="column is-6 is-offset-3">
<div class="box has-background-black-ter">
<div class="field has-addons">
- <div class="control is-expanded">
+ <form class="control is-expanded">
<input class="input has-text-centered" type="search" placeholder="» » » » » » find me « « « « « «">
- </div>
+ </form>
<div class="control">
<a class="button is-dark">Search</a>
</div>