diff options
author | Philip Häusler <msquare@notrademark.de> | 2011-07-19 19:21:59 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2011-07-19 19:21:59 +0200 |
commit | 112e449f0f93c44c4d76373873bf79388ffdc647 (patch) | |
tree | 7f7f3f576679d16f547f4dcf81ae7aabe39ee4bd /templates/user_questions.html | |
parent | 05410ba89afa6ed6dd669528e25c578480e3a67f (diff) |
spending some <p>s
Diffstat (limited to 'templates/user_questions.html')
-rw-r--r-- | templates/user_questions.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/templates/user_questions.html b/templates/user_questions.html index f5fb46ae..b502422b 100644 --- a/templates/user_questions.html +++ b/templates/user_questions.html @@ -1,4 +1,6 @@ -Not yet answered questions: +<p> + Not yet answered questions: +</p> <table> <thead> <tr> @@ -14,7 +16,10 @@ Not yet answered questions: %open_questions% </tbody> </table> -<hr/> Answered questions: +<hr/> +<p> + Answered questions: +</p> <table> <thead> <tr> @@ -36,7 +41,10 @@ Not yet answered questions: %answered_questions% </tbody> </table> -<hr/>Ask an arch angel: +<hr/> +<p> + Ask an arch angel: +</p> <form action="%link%&action=ask" method="post"> <table> <tr> |