this code (from dotlrn-homework):
ad_form -name homework_form -html { enctype multipart/form-data } -export { return_url folder_id homework_file_id } -form {
file_id:key
{upload_file:file {label "[_ dotlrn-homework.lt_version_filename]"}}
{-section "<font size=\"-1\">[_ dotlrn-homework.lt_use_browse]</font><p> "}
}
renders the text in -section quoted while it should not be.
is there a way to solve this?
should ad_form be modified or their is a way to ;noquote a text in TCL?