add a colon to disambiguate

The omega docs suggest doing this if the term may contain upper case, which
it could here.
master
Joey Hess 2008-06-03 23:59:25 -04:00
parent 9c717d0873
commit 53b188ed35
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ sub pageterm ($) { #{{{
# TODO: check if > 255 char page names overflow term
# length; use sha1 if so?
return "U".$page;
return "U:".$page;
} #}}}
my $db;