mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Missed a quotation mark
This commit is contained in:
parent
55aa6f9d1a
commit
6b958db1fa
@ -81,7 +81,7 @@
|
||||
|
||||
$phpgw->template->set_var("field",lang("View"));
|
||||
$str = "<select name=\"view\">";
|
||||
$str .= "<option value=\"free/busy\">".lang("Free/Busy").</option>\n";
|
||||
$str .= "<option value=\"free/busy\">".lang("free/busy")."</option>\n";
|
||||
$str .= "<option value=\"weekly\">".lang("Weekly")."</option>\n";
|
||||
$str .= "</select>\n";
|
||||
$phpgw->template->set_var("data",$str);
|
||||
|
Loading…
Reference in New Issue
Block a user