diff --git a/content/pages/spam.rst b/content/pages/spam.rst index cb9b51e254d1aba39bca9cab82913d69b3d42b8e..21acbad88d82f330baae3bde6b08eb59a630bc18 100644 --- a/content/pages/spam.rst +++ b/content/pages/spam.rst @@ -15,11 +15,10 @@ Spam Nimrod method="POST"> <label for="message">Message</label> <br/> - <textarea name="message" rows="5" cols="50" style="color: #002b36"> - Hi there. - </textarea> + <textarea name="message" rows="5" cols="50" style="color: #002b36" + >Hi there.</textarea> <br/> - <button style="color:#002b36">Send message</button> + <button style="color: #002b36">Send message</button> </form>