Mercurial Hosting > luan
diff examples/blog/src/new.html.luan @ 1707:ad5647031343
fix blog
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 04 Jul 2022 12:40:59 -0600 |
parents | 4c2972f4d862 |
children | 28cd9b3abdb3 |
line wrap: on
line diff
--- a/examples/blog/src/new.html.luan Mon Jul 04 12:30:16 2022 -0600 +++ b/examples/blog/src/new.html.luan Mon Jul 04 12:40:59 2022 -0600 @@ -29,7 +29,7 @@ <form method=post> <p>Subject: <input name=subject size=50 type=text></p> - <p><textarea name=content rows=20 cols=90></textarea><br>bbcode works</p> + <p><textarea name=content rows=20 cols=90></textarea></p> <p> <input type=submit name=save value=Submit> </p>