[Cpri-develop] cpri/src drv_html.c,1.8,1.9
Brought to you by:
chrisan,
rasmusmyklebust
|
From: Rasmus M. <ras...@us...> - 2009-09-26 09:48:02
|
Update of /cvsroot/cpri/cpri/src In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4225 Modified Files: drv_html.c Log Message: Fixed bug #2867335 Index: drv_html.c =================================================================== RCS file: /cvsroot/cpri/cpri/src/drv_html.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** drv_html.c 21 Jan 2006 15:11:48 -0000 1.8 --- drv_html.c 26 Sep 2009 09:47:54 -0000 1.9 *************** *** 179,183 **** strcat(celltext, "<sup><span style=\"font-size:smaller\">"); strcat(celltext, s); ! strcat(celltext, "</sup></span>"); if (underline) strcat(celltext, "<u>"); --- 179,183 ---- strcat(celltext, "<sup><span style=\"font-size:smaller\">"); strcat(celltext, s); ! strcat(celltext, "</span></sup>"); if (underline) strcat(celltext, "<u>"); |