<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>" />
<h1><%= Page.CreatePost.Page.Title|l10n|html></h1>
<%if errorTextEmpty>
- <div><%= Page.CreatePost.Error.EmptyText|l10n|html></div>
+ <p><%= Page.CreatePost.Error.EmptyText|l10n|html></p>
<%/if>
<form method="post">
<h1><%= Page.CreateReply.Page.Title|l10n|html></h1>
<%if errorTextEmpty>
- <div><%= Page.CreateReply.Error.EmptyText|l10n|html></div>
+ <p><%= Page.CreateReply.Error.EmptyText|l10n|html></p>
<%/if>
<form method="post">
<%include include/head.html>
<h1><%= Page.Login.CreateSone.Title|l10n|html></h1>
- <div><%= Page.Login.CreateSone.Description|l10n|html></div>
+ <p><%= Page.Login.CreateSone.Description|l10n|html></p>
<%include include/createSone.html>
<h1><%= Page.DeletePost.Page.Title|l10n|html></h1>
- <div><%= Page.DeletePost.Text.PostWillBeGone|l10n|html></div>
+ <p><%= Page.DeletePost.Text.PostWillBeGone|l10n|html></p>
<form method="post">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
<h1><%= Page.DeleteReply.Page.Title|l10n|html></h1>
- <div><%= Page.DeleteReply.Text.PostWillBeGone|l10n|html></div>
+ <p><%= Page.DeleteReply.Text.PostWillBeGone|l10n|html></p>
<form method="post">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
<h1><%= Page.DeleteSone.Page.Title|l10n|replace needle="{zone}" replacementKey=currentSone.name|html></h1>
- <div><%= Page.DeleteSone.Page.Description|l10n|html></div>
+ <p><%= Page.DeleteSone.Page.Description|l10n|html></p>
<form method="post">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
<h1><%= Page.EditProfile.Page.Title|l10n|html></h1>
- <div><%= Page.EditProfile.Page.Description|l10n|html></div>
- <div><%= Page.EditProfile.Page.Hint.Optionality|l10n|html></div>
+ <p><%= Page.EditProfile.Page.Description|l10n|html></p>
+ <p><%= Page.EditProfile.Page.Hint.Optionality|l10n|html></p>
<%if changed>
- <div><%= Page.EditProfile.Page.Status.Changed|l10n|html></div>
+ <p><%= Page.EditProfile.Page.Status.Changed|l10n|html></p>
<%/if>
<form id="edit-profile" method="post">
<h1><%= Page.EditProfile.Keys.Title|l10n|html></h1>
- <div><%= Page.EditProfile.Keys.Description.RequestKey|l10n|html></div>
- <div><%= Page.EditProfile.Keys.Description.InsertKey|l10n|html></div>
- <div><%= Page.EditProfile.Keys.Description.Summary|l10n|html></div>
+ <p><%= Page.EditProfile.Keys.Description.RequestKey|l10n|html></p>
+ <p><%= Page.EditProfile.Keys.Description.InsertKey|l10n|html></p>
+ <p><%= Page.EditProfile.Keys.Description.Summary|l10n|html></p>
<div>
<label><%= Page.EditProfile.Label.RequestKey|l10n|html></label>
<h1><%= Page.EditProfile.Backup.Title|l10n|html></h1>
- <div><%= Page.EditProfile.Backup.Description|l10n|html></div>
+ <p><%= Page.EditProfile.Backup.Description|l10n|html></p>
<form action="backupProfile.html" method="post">
<input type="hidden" name="formPassword" value="<% formPassword|html>" />
<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>" />
<%/if>
<h1><%= Page.Login.LoadSone.Title|l10n|html></h1>
- <div><%= Page.Login.LoadSone.Description|l10n|html></div>
+ <p><%= Page.Login.LoadSone.Description|l10n|html></p>
<%include include/loadSone.html>
<h1><%= Page.Login.CreateSone.Title|l10n|html></h1>
- <div><%= Page.Login.CreateSone.Description|l10n|html></div>
+ <p><%= Page.Login.CreateSone.Description|l10n|html></p>
<%include include/createSone.html>
<%include include/tail.html>
<h1><%= Page.NoPermission.Page.Title|l10n|html></h1>
- <div><%= Page.NoPermission.Text.NoPermission|l10n|html></div>
+ <p><%= Page.NoPermission.Text.NoPermission|l10n|html></p>
<%include include/tail.html>
<h1><%= Page.ViewSone.Page.TitleWithoutSone|l10n|html></h1>
- <div><%= Page.ViewSone.UnknownSone.Description|l10n|html></div>
+ <p><%= Page.ViewSone.UnknownSone.Description|l10n|html></p>
<%else>