Skip to content

Commit

Permalink
Properly close p tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrenton committed Apr 13, 2013
1 parent 4d0ea51 commit 5cdef3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -39,7 +39,7 @@
// Render a Twixted message for saving to a file
function renderTwixtPage($msg) {
$PRE_MSG = '<html><head><title>Twixt Message</title><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><link type="text/css" rel="stylesheet" media="all" href="style.css" /></head><body><div id="inner"><div id="message"><p>';
$POST_MSG_1 = '</div><div id="footer">';
$POST_MSG_1 = '</p></div><div id="footer">';
$POST_MSG_2 = '</div></div></body></html>';

$numchars = strlen($msg);
Expand Down

0 comments on commit 5cdef3d

Please sign in to comment.