Repalce '"' with '&quot;' in the distribution form. Otherwise we end up with broken <input>

fields
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-21 18:09:13 +00:00
committed by WineHQ
parent be52279bfa
commit 33ee8c4458

View File

@@ -340,6 +340,7 @@ class distribution {
{
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
$this->sName = str_replace('"', '&quot;', $this->sName);
// Name
echo html_tr(array(
array("<b>Distribution Name</b>", 'class="color1"'),