From c38df3d0b3f0ecced8c30f802a801ce98c05e697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 20 Feb 2000 02:22:48 -0800 Subject: [PATCH] bugfix (I hope) Rev: bin/mkwmml.pike:1.19 --- bin/mkwmml.pike | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mkwmml.pike b/bin/mkwmml.pike index 1dd718a940..9244c72119 100644 --- a/bin/mkwmml.pike +++ b/bin/mkwmml.pike @@ -1,4 +1,4 @@ -/* $Id: mkwmml.pike,v 1.18 1999/07/15 19:14:07 mirar Exp $ */ +/* $Id: mkwmml.pike,v 1.19 2000/02/20 10:22:48 hubbe Exp $ */ import Stdio; import Array; @@ -199,7 +199,7 @@ string synopsis_to_html(string s,mapping huh) string htmlify(string s) { #define HTMLIFY(S) \ - (replace((S),({"<",">","&","\240"}),({"<",">","&"," "}))) + (replace((S),({"<",">",">","&","\240"}),({"<",">",">","&"," "}))) string t="",u,v; while (sscanf(s,"%s<%s>%s",u,v,s)==3) -- GitLab