diff options
author | VG <vg@devys.org> | 2015-01-30 22:36:24 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2015-01-30 22:36:24 +0100 |
commit | fc7dd79550ff5976440cb8687a6423a3e3570333 (patch) | |
tree | 4f4e38d00a28a8c70d5feee175c7310b37ff7e74 | |
parent | 3d564cacf42c8904be31eb398e14a31cf387ed30 (diff) | |
download | pasteme-fc7dd79550ff5976440cb8687a6423a3e3570333.tar.gz pasteme-fc7dd79550ff5976440cb8687a6423a3e3570333.tar.bz2 pasteme-fc7dd79550ff5976440cb8687a6423a3e3570333.zip |
Fix an open tag for html li list
-rw-r--r-- | views/not_found.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/not_found.tpl b/views/not_found.tpl index 93d4ad5..fc31351 100644 --- a/views/not_found.tpl +++ b/views/not_found.tpl @@ -4,7 +4,7 @@ reason for this:</p> <ul> <li>Either the paste expired</li> - <li>Or the paste never existed (the <b>URL</b> might be wrong)<li> + <li>Or the paste never existed (the <b>URL</b> might be wrong)</li> </ul> <p>I'm sorry for you, but <i>nonetheless</i> I whish you a very good day.</p> |