Skip to content

Commit 218b7b6

Browse files
author
florian030
committed
fixed typo in dns_dkim.tform.php
1 parent 111cac7 commit 218b7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
'validators' => array ( 0 => array ( 'type' => 'RANGE',
120120
'range' => '60:',
121121
'errmsg'=> 'ttl_range_error'),
122-
);
122+
),
123123
'default' => '86400',
124124
'value' => '',
125125
'width' => '10',

0 commit comments

Comments
 (0)