_s: This should have been an li element all along

git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8853 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
Ian Stewart 2012-02-03 19:54:30 +00:00
parent 0a42cc02cb
commit d4c1da5692
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<h1 class="widget-title"><?php _e( 'Meta', '_s' ); ?></h1>
<ul>
<?php wp_register(); ?>
<aside><?php wp_loginout(); ?></aside>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>