diff options
author | Eric Helgeson <erichelgeson@gmail.com> | 2009-11-11 18:50:23 -0500 |
---|---|---|
committer | Eric Helgeson <erichelgeson@gmail.com> | 2009-11-11 18:50:23 -0500 |
commit | bd1c1fc137e00ba0714b0905005991f68602b3c1 (patch) | |
tree | bfdd6bc75f4bd6be660c52539d3218a0d31603af | |
parent | 7efea1115f45b8880fe3161cc32b09510ddd2264 (diff) |
Forgot closing tag...
-rw-r--r-- | install.php | 1 |
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> |