Repalce '"' with '"' in the distribution form. Otherwise we end up with broken <input>
fields
This commit is contained in:
committed by
WineHQ
parent
be52279bfa
commit
33ee8c4458
@@ -340,6 +340,7 @@ class distribution {
|
||||
{
|
||||
echo "<table width='100%' border=0 cellpadding=2 cellspacing=0>\n";
|
||||
|
||||
$this->sName = str_replace('"', '"', $this->sName);
|
||||
// Name
|
||||
echo html_tr(array(
|
||||
array("<b>Distribution Name</b>", 'class="color1"'),
|
||||
|
||||
Reference in New Issue
Block a user