Commit 52b2c255 authored by Frank Bergmann's avatar Frank Bergmann

- fixed issue with non-defined token

parent c85b3ad3
......@@ -1037,6 +1037,7 @@ ad_proc -public template::widget::date { element_reference tag_attributes } {
set format_string $element(format)
set tokens [list]
set token ""
if {[info exists attributes(id)]} {
set id_attr_name $attributes(id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment