summaryrefslogtreecommitdiffstats
path: root/misc/alevt/files/patch-ab
blob: 927a2aac2c9b692d865494dd70620eac443c1182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- exp-html.c.old	Tue Oct 17 21:28:40 2000
+++ exp-html.c	Tue Oct 17 21:28:30 2000
@@ -214,7 +214,7 @@
 	      {
 		if (last_space)
 		  {
-		    fprintf(fp," ");
+		    fprintf(fp,"&nbsp");
 		    last_space=0;
 		    nbsp=1;
 		  }
@@ -251,7 +251,7 @@
 		      {
 			if (last_space)
 			  {
-			    fprintf(fp," ");
+			    fprintf(fp,"&nbsp");
 			    last_space=0;
 			    nbsp=1;
 			  }

OpenPOWER on IntegriCloud