mirror of https://github.com/aredn/aredn.git
A simple fix for the apostropocalypse (#98)
changed some single quotes to escaped double quotes in setup
This commit is contained in:
parent
db948071f4
commit
22e4557821
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue