Skip to content

Commit 56bfcd7

Browse files
committed
fix: Unbreak monthdateyear field rendering
It was broken by extraneous line added by commit 18cabbb.
1 parent 71c808f commit 56bfcd7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Horde/Core/Ui/VarRenderer/Html.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,6 @@ protected function _renderVarInput_monthdayyear($form, &$var, &$vars)
584584
// World.
585585
$html = '';
586586
$date_parts = ['month', 'day', 'year'];
587-
$html .= '<input type="date">';
588587
foreach ($date_parts as $part) {
589588
$html .= sprintf(
590589
'<select name="%s" id="%s"%s>%s</select>',

0 commit comments

Comments
 (0)