updates.
[crypto.git] / scripts / silcdoc / gen_detail.php
index 1ab755bf914af622bf80d887350cd63f7e3012a3..7b3d1298d137efa57415829c5043dc8fc8482e18 100644 (file)
@@ -35,7 +35,7 @@ require "$page";
 </font>
 </td>
 
-<td>
+<td bgcolor="#dddddd">
 <table bgcolor="#dddddd" cellpadding=4 cellspacing=0 border=0 
 width="99%" align=center>
 <tr><td>
@@ -43,9 +43,9 @@ width="99%" align=center>
 
 <?php
 /* Get the index for this page */
-$len = strcspn($page, "_");
+$len = strcspn($page, "__");
 $fname = substr($page, 0, $len);
-require "$fname"."_index.tmpl";
+require "$fname"."__index.tmpl";
 ?>
 
 </font>