removed faulty styling.

This commit is contained in:
Nils Norman Haukås 2015-01-11 17:16:12 +01:00
parent cf8cfd1598
commit 9955d31279
10 changed files with 2 additions and 2 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
languages/htmllang-default.mo Normal file → Executable file
View File

0
languages/htmllang-default.pot Normal file → Executable file
View File

0
languages/htmllang-lang_EN.mo Normal file → Executable file
View File

0
languages/htmllang-lang_EN.po Normal file → Executable file
View File

0
languages/htmllang-lang_NO.mo Normal file → Executable file
View File

0
languages/htmllang-lang_NO.po Normal file → Executable file
View File

0
readme.md Normal file → Executable file
View File

0
readme.txt Normal file → Executable file
View File

View File

@ -44,7 +44,7 @@ if(!class_exists('Html_Lang'))
?>
<p>
<select style="float:left; margin: 5px 10px 0 0;" name="html-lang" id="html-lang">
<select name="html-lang" id="html-lang">
<?php echo $this->createSelectHtml()?>
</select>
<label for="html-lang" class="htmllang-row-title"><?php _e( "Select a language from the drop down menu to specify a language attribute on this post. To remove the post's language attribute select 'default'.", 'htmllang' )?></label>
@ -180,4 +180,4 @@ if(!class_exists('Html_Lang'))
$Html_Lang = new Html_Lang();
register_uninstall_hook( __FILE__, array( 'Html_Lang', 'on_uninstall' ) );
?>
?>