Roxen.git/
server/
protocols/
http.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2004-06-20
2004-06-20 23:45:33 by Jonas Wallden <jonasw@roxen.com>
e92130cd1bd419f8cd25c587391b8e351dddffaf (
6
lines) (+
3
/-
3
)
[
Show
|
Annotate
]
Branch:
5.2
Removed weird bold parentheses in backtraces.
Rev: server/protocols/http.pike:1.454
2:
// Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
453
2004/06/20 23:
32
:
34
jonasw Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
454
2004/06/20 23:
45
:
33
jonasw Exp $";
// #define REQUEST_DEBUG #define MAGIC_ERROR
1149:
"</a>" + (file ? Roxen.html_encode_string(get_cvs_id(file)) : "") + "<br /><span class='code'>" +
-
replace(Roxen.html_encode_string(descr),
-
({
"
(",
"
)"
, "
" }), ({ "<b>(</b>", "<b>)</b>", "
"
}
)
)
+
+
replace(Roxen.html_encode_string(descr), " ", " ") +
"</span></li>\n"; } body += "</ul>\n\n";