Fix html error detected by test-suite

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
此提交包含在:
Lars Hjemli
2007-11-11 13:04:28 +01:00
父節點 b4649fc905
當前提交 2915483ef6
共有 11 個檔案被更改,包括 37 行新增27 行删除

2
html.c
查看文件

@@ -132,7 +132,7 @@ void html_option(char *value, char *text, char *selected_value)
html_attr(value);
html("'");
if (selected_value && !strcmp(selected_value, value))
html(" selected");
html(" selected='selected'");
html(">");
html_txt(text);
html("</option>\n");