update headlines: let content begin at h1 (Issue #50)

This commit is contained in:
coderkun 2014-03-30 15:03:11 +02:00
commit 53d4ea2aa1
23 changed files with 70 additions and 64 deletions

View file

@ -1,5 +1,5 @@
<h2><?=_('Users')?></h2>
<h3><?=_('Delete user')?></h3>
<h1><?=_('Users')?></h1>
<h2><?=_('Delete user')?></h2>
<?=sprintf(_('Should the user “%s” (%s) really be deleted?'), $user['username'], $user['email'])?>
<form method="post">