Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2008-09-23 01:27:55 -05:00
commit 560b28810d
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ db.types db.tuples lcs farkup urls ;
IN: webapps.wiki
: wiki-url ( rest path -- url )
[ "$wiki/" % % "/" % % ] "" make
[ "$wiki/" % % "/" % present % ] "" make
<url> swap >>path ;
: view-url ( title -- url ) "view" wiki-url ;