Column headers in includes/definitions.php were still marked with _() instead of T()
[bugdar.git] / templates / selectoption.tpl
1 <option value="$value"<if condition="$selected"> selected="selected"</if>>$label</option>