Use a lot more <p> and a lot less <div>.
[Sone.git] / src / main / resources / templates / knownSones.html
index b443e82..57a89af 100644 (file)
@@ -8,7 +8,7 @@
 
        <h1><%= Page.Index.AddSone.Title|l10n|html></h1>
 
-       <div><%= Page.Index.AddSone.Description|l10n|html></div>
+       <p><%= Page.Index.AddSone.Description|l10n|html></p>
 
        <form id="add-sone" action="addSone.html" method="post">
                <input type="hidden" name="formPassword" value="<% formPassword|html>" />