Index: /issm/trunk/scripts/cloc2html.py
===================================================================
--- /issm/trunk/scripts/cloc2html.py	(revision 10611)
+++ /issm/trunk/scripts/cloc2html.py	(revision 10612)
@@ -12,5 +12,5 @@
 
 #write header
-outfile.write('<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center">\n')
+outfile.write('<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center" style="border-collapse:collapse;">\n')
 style_r='style="text-align:right;"'
 style_c='style="text-align:center;"'
@@ -82,5 +82,5 @@
 
 #write header
-outfile.write('</table>')
+outfile.write('</table>\n\n')
 
 #close all files
Index: /issm/trunk/scripts/getloc.sh
===================================================================
--- /issm/trunk/scripts/getloc.sh	(revision 10611)
+++ /issm/trunk/scripts/getloc.sh	(revision 10612)
@@ -8,6 +8,5 @@
 cat $ISSM_TIER/src/dox/issm.dox | sed '/<table/,//d' > input1
 cat $ISSM_TIER/src/dox/issm.dox | sed '1,/<\/table>/d' > input2
-echo " " > input3
-cat input1 temp.html input3 input2 > $ISSM_TIER/src/dox/issm.dox
+cat input1 temp.html input2 > $ISSM_TIER/src/dox/issm.dox
 rm input1 input2 temp.html
 
Index: /issm/trunk/src/dox/issm.dox
===================================================================
--- /issm/trunk/src/dox/issm.dox	(revision 10611)
+++ /issm/trunk/src/dox/issm.dox	(revision 10612)
@@ -41,5 +41,5 @@
   <B> Code Stats</B>
 
-<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center">
+<table width="600px" rules=none border=0 bordercolor="#000000" cellpadding="3" align="center" style="border-collapse:collapse;">
 <tr>
 <th  bgcolor=#7AA9DD style="text-align:left;">Language</th><th  bgcolor=#7AA9DD style="text-align:right;">files</th><th  bgcolor=#7AA9DD style="text-align:right;">blank</th><th  bgcolor=#7AA9DD style="text-align:right;">comment</th><th  bgcolor=#7AA9DD style="text-align:right;">code</th><th  bgcolor=#7AA9DD style="text-align:right;">Total</th>
@@ -75,5 +75,6 @@
 <th  bgcolor=#C6E2FF style="text-align:left;"> SUM: </th><td  bgcolor=#C6E2FF style="text-align:right;">1947</td><td  bgcolor=#C6E2FF style="text-align:right;">25929</td><td  bgcolor=#C6E2FF style="text-align:right;">33723</td><td  bgcolor=#C6E2FF style="text-align:right;">100289</td><td  bgcolor=#C6E2FF style="text-align:right;">161888</td>
 </tr>
-</table> 
+</table>
+
 
 	<I> Copyright (C) 2011 </I>
