A simple fix for the apostropocalypse (#98)

changed some single quotes to escaped double quotes in setup
This commit is contained in:
Eric 2018-07-30 21:37:32 -07:00 committed by dman776
parent db948071f4
commit 22e4557821
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ print "
</tr>
<tr>
<td>Node Description (optional)</td>
<td><input type='text' size='50' name='nodedesc' value='$nodedesc' tabindex='4'</input></td>";
<td><input type='text' size='50' name='nodedesc' value=\"$nodedesc\" tabindex='4'</input></td>";
push @hidden, "<input type=hidden name=config value='mesh'>";
print "
<td>Verify Password</td>