Long Description + BBcode

<input name="submit" type="submit" value="{$lng->edit_header}" />
is not the same with
<button class="button1" name="submit" type="submit">{$lng->edit_header}</button>
?
 
If you have some minimal CSS knowledge you can fix it quite easily, othewise you will need to wait until we can get around to updating this plugin.
 
Back
Top