We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50236a1 commit d671204Copy full SHA for d671204
web/templates/pages/edit_dns_rec.html
@@ -72,7 +72,7 @@
72
<tr>
73
<td>
74
<select class="vst-list" name="v_type">
75
- <option value="A" <?php if ($v_type == 'A') echo selected; ?>>A</option>
+ <option value="A" <?php if ($v_type == 'A') echo "selected"; ?>>A</option>
76
<option value="AAAA" <?php if ($v_type == 'AAAA') echo "selected"; ?>>AAAA</option>
77
<option value="CAA" <?php if ($v_type == 'CAA') echo "selected"; ?>>CAA</option>
78
<option value="CNAME" <?php if ($v_type == 'CNAME') echo "selected"; ?>>CNAME</option>
0 commit comments