]> git.donarmstrong.com Git - cran2deb.git/blobdiff - trunk/exec/web
update dependencies
[cran2deb.git] / trunk / exec / web
index 4c3b0a954f43659d9ac9fda0dafad3d879c98d6d..4947ff91e4c6967069f504ba21d80b27a0b41bd2 100755 (executable)
@@ -25,7 +25,7 @@ page <- function(content,path,title) {
     hwrite(title,p,heading=1)
     hwrite('Install instructions',p,center=TRUE,link='/')
     links(p)
-    hwrite(content,p,center=TRUE,border=1,table.style='border-collapse: collapse; padding: 0px 0px 0px 0px; margin: 0'
+    hwrite(content,p,center=TRUE,border=1,table.style='border-collapse: collapse; padding: 0; margin: 0'
                   ,row.names=FALSE,row.bgcolor='#ffaaaa')
     links(p)
     closePage(p)