[Cpri-develop] cpri/src drv_html.c,1.5,1.6
Brought to you by:
chrisan,
rasmusmyklebust
|
From: <ch...@us...> - 2003-12-14 10:41:31
|
Update of /cvsroot/cpri/cpri/src
In directory sc8-pr-cvs1:/tmp/cvs-serv5909
Modified Files:
drv_html.c
Log Message:
Fixed bug #859562 "Html-tables shows garbage when using CPRI_SUP_LALIGN"
- added case for CPRI_SUP_LALIGN
Index: drv_html.c
===================================================================
RCS file: /cvsroot/cpri/cpri/src/drv_html.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** drv_html.c 2 May 2003 07:31:28 -0000 1.5
--- drv_html.c 13 Dec 2003 20:04:08 -0000 1.6
***************
*** 175,178 ****
--- 175,179 ----
strcat(celltext, "</strike>");
break;
+ case EPC_SUP_LALIGN:
case EPC_SUP:
case EPC_SUP_RALIGN:
|