summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorEric Helgeson <erichelgeson@gmail.com>2009-11-11 18:50:23 -0500
committerEric Helgeson <erichelgeson@gmail.com>2009-11-11 18:50:23 -0500
commitbd1c1fc137e00ba0714b0905005991f68602b3c1 (patch)
treebfdd6bc75f4bd6be660c52539d3218a0d31603af /install.php
parent7efea1115f45b8880fe3161cc32b09510ddd2264 (diff)
Forgot closing tag...
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php
index 964d743f9..8e76f6198 100644
--- a/install.php
+++ b/install.php
@@ -503,6 +503,7 @@ function showForm()
<label for="snapshot">Send stats to StatusNet Inc?</label>
<input type="checkbox" id="snapshot" name="snapshot" checked />
<p class="form_guide">Periodically send information about your site to StatusNet Inc</p>
+ </li>
</ul>
<input type="submit" name="submit" class="submit" value="Submit" />
</fieldset>