1998-05-12
1998-05-12 18:11:14 by Johan Schön <js@opera.com>
-
721c053389f7045e2716adfb2ade4d55f29e75df
(5 lines)
(+3/-2)
[
Show
| Annotate
]
Branch: 5.2
typo
Rev: server/protocols/http.pike:1.99
6: Inside #if defined(MAGIC_ERROR)
#ifdef MAGIC_ERROR
inherit "highlight_pike";
#endif
- constant cvs_version = "$Id: http.pike,v 1.98 1998/05/12 12:20:30 grubba Exp $";
+ constant cvs_version = "$Id: http.pike,v 1.99 1998/05/12 18:11:14 js Exp $";
// HTTP protocol module.
#include <config.h>
private inherit "roxenlib";
735:
string fun, args, where, fo;
if((sscanf(html_encode_string(line), "%s(%s) in %s",
fun, args, where) == 3) &&
- (sscanf(where, "%*s in %s", fo) && fo) {
+ (sscanf(where, "%*s in %s", fo) && fo)) {
line += get_id( fo );
res += ("<li value="+(q--)+"> "+
(replace(line, fo, link_to(line,eid,sizeof(bt)-q-1)+fo+"</a>")