1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add patch to fix html export feature

Submitted by:	The Alevt author
This commit is contained in:
Roger Hardiman 2000-10-18 07:14:00 +00:00
parent b61e799d8b
commit ed7d5a8939
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33955

21
misc/alevt/files/patch-ab Normal file
View File

@ -0,0 +1,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;
}