mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Tidy up "interfaces_group_edit.php" XHTML
Tidy up escaped forward slash in Javascript
This commit is contained in:
parent
b794b21412
commit
329bb072c4
@ -202,8 +202,8 @@ var addRowTo = (function() {
|
||||
|
||||
$iflist = get_configured_interface_with_descr();
|
||||
foreach ($iflist as $ifnam => $ifdescr)
|
||||
$innerHTML .= "<option value='{$ifnam}'>{$ifdescr}</option>";
|
||||
$innerHTML .= "</select>\";";
|
||||
$innerHTML .= "<option value='{$ifnam}'>{$ifdescr}<\/option>";
|
||||
$innerHTML .= "<\/select>\";";
|
||||
?>
|
||||
td.innerHTML=<?=$innerHTML;?>
|
||||
tr.appendChild(td);
|
||||
@ -211,7 +211,7 @@ var addRowTo = (function() {
|
||||
td = d.createElement("td");
|
||||
td.rowSpan = "1";
|
||||
|
||||
td.innerHTML = '<a onclick="removeRow(this);return false;" href="#"><img border="0" src="/themes/' + theme + '/images/icons/icon_x.gif" alt="remove" /></a>';
|
||||
td.innerHTML = '<a onclick="removeRow(this);return false;" href="#"><img border="0" src="/themes/' + theme + '/images/icons/icon_x.gif" alt="remove" /><\/a>';
|
||||
tr.appendChild(td);
|
||||
tbody.appendChild(tr);
|
||||
totalrows++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user