added template variable definitions as an option to the help system
This commit is contained in:
parent
7653f450b4
commit
0673df503d
7 changed files with 293 additions and 114 deletions
|
|
@ -86,7 +86,7 @@ A string that specifies the language that the user should see. Defaults to the
|
|||
|
||||
=cut
|
||||
|
||||
my $safeRe = qr/[^\w\d\s\/]/;
|
||||
my $safeRe = qr/[^\.\w\d\s\/]/;
|
||||
|
||||
sub get {
|
||||
my ($self, $id, $namespace, $language) = @_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue