]> git.donarmstrong.com Git - cran2deb.git/commitdiff
brand it a bit
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 13 Sep 2009 16:36:05 +0000 (16:36 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sun, 13 Sep 2009 16:36:05 +0000 (16:36 +0000)
git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@278 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

trunk/exec/web

index 4947ff91e4c6967069f504ba21d80b27a0b41bd2..10dbcb442e647f1ee1b1ee2f97c6c72f4fbf902a 100755 (executable)
@@ -21,6 +21,7 @@ links <- function(p) {
 }
 
 page <- function(content,path,title) {
+    title <- paste('cran2deb:',title)
     p <- openPage(path,title=title)
     hwrite(title,p,heading=1)
     hwrite('Install instructions',p,center=TRUE,link='/')