summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Lung <chad.lung@gmail.com>2014-03-09 17:35:49 -0500
committerChad Lung <chad.lung@gmail.com>2014-03-09 17:35:49 -0500
commit025a91051708ecd504cd6259a4848ecd4e649563 (patch)
tree17f8eb6bdced0916cc23c46d4380a8d71c3e4177
parentb046c1e965e2a37758c5092402a92b46217d58b4 (diff)
downloadpecan-025a91051708ecd504cd6259a4848ecd4e649563.tar.gz
Close the fieldset tag for scaffold index
Change-Id: I480cb2569277ce5ee2dbf63cae557e39f74583e1
-rw-r--r--pecan/scaffolds/base/+package+/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pecan/scaffolds/base/+package+/templates/index.html b/pecan/scaffolds/base/+package+/templates/index.html
index ce01e11..f17c386 100644
--- a/pecan/scaffolds/base/+package+/templates/index.html
+++ b/pecan/scaffolds/base/+package+/templates/index.html
@@ -27,7 +27,7 @@
<fieldset>
<input name="q" />
<input type="submit" value="Search" />
- <fieldset>
+ </fieldset>
<small>Enter search terms or a module, class or function name.</small>
</form>