Use a lot more <p> and a lot less <div>.
[Sone.git] / src / main / resources / templates / addSone.html
index 0d5680a..a9766a8 100644 (file)
@@ -2,11 +2,11 @@
 
        <h1><%= Page.AddSone.Page.Title|l10n|html></h1>
 
-       <div><%= Page.AddSone.Text.SoneLoading|l10n|html|replace needle="{link}" replacement='<a href="knownSones.html">'|replace needle="{/link}" replacement='</a>'></div>
+       <p><%= Page.AddSone.Text.SoneLoading|l10n|html|replace needle="{link}" replacement='<a href="knownSones.html">'|replace needle="{/link}" replacement='</a>'></p>
 
-       <div><%= Page.AddSone.Text.ReturnToIndex|l10n|html|replace needle="{link}" replacement='<a href="index.html">'|replace needle="{/link}" replacement='</a>'></div>
+       <p><%= Page.AddSone.Text.ReturnToIndex|l10n|html|replace needle="{link}" replacement='<a href="index.html">'|replace needle="{/link}" replacement='</a>'></p>
 
-       <div><%= Page.AddSone.Text.AddAnotherSone|l10n|html></div>
+       <p><%= Page.AddSone.Text.AddAnotherSone|l10n|html></p>
 
        <form method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />