add a colon to disambiguate
The omega docs suggest doing this if the term may contain upper case, which it could here.master
parent
9c717d0873
commit
53b188ed35
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue