Skip to content

Commit 394b0ff

Browse files
author
Till Brehm
committed
Fixed syntax error in DNS AAAA form definition.
1 parent a076c24 commit 394b0ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/web/dns/form/dns_aaaa.tform.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@
104104
),
105105
'value' => '',
106106
'width' => '30',
107-
'maxlength' => '255'
107+
'maxlength' => '255',
108+
'default' => ''
108109
),
109-
'default' => '',
110110
/*
111111
'aux' => array (
112112
'datatype' => 'INTEGER',

0 commit comments

Comments
 (0)