X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2Fexec%2Fweb;h=4947ff91e4c6967069f504ba21d80b27a0b41bd2;hb=adea003337f274668845bf1d4254a7ff046d4f66;hp=4c3b0a954f43659d9ac9fda0dafad3d879c98d6d;hpb=054cd0c84099f25378ee5f96648f5f0f84148d30;p=cran2deb.git diff --git a/trunk/exec/web b/trunk/exec/web index 4c3b0a9..4947ff9 100755 --- a/trunk/exec/web +++ b/trunk/exec/web @@ -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)