enforced whitespace around metainfo editor

git-svn-id: file:///home/shish/svn/shimmie2/trunk@728 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-03-24 04:05:42 +00:00
parent 499d752ca9
commit 975251ed42

View File

@ -98,9 +98,10 @@ class ViewTheme extends Themelet {
$html .= $part;
}
$html .= "
<input type='submit' value='Set'>
</div>
<br><input type='submit' value='Set'>
</form>
<br>
</div>
";
return $html;
}