| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | tom stuart <...@obsess.com> |
| Subject | Re: mod_autoindex/9693: mod_autoindex doesn't emit valid XHTML |
| Date | Sat, 02 Feb 2002 16:39:04 GMT |
sorry; missed an </A> in http_core.c:
--- apache-1.3/src/main/http_core.c Sat Feb 2 16:31:50 2002
+++ apache-1.3/src/main/http_core.c Sat Feb 2 16:21:11 2002
@@ -2729,7 +2729,7 @@
return ap_pstrcat(r->pool, prefix, "<address>" SERVER_BASEVERSION
" Server at <a href=\"mailto:",
r->server->server_admin, "\">",
- ap_get_server_name(r), "</A> Port ", sport,
+ ap_get_server_name(r), "</a> Port ", sport,
"</address>\n", NULL);
}
return ap_pstrcat(r->pool, prefix, "<address>" SERVER_BASEVERSION
| |
| Mime |
|
| View raw message | |