[Rt-commit] rt branch, 4.0/docs-rt-config-local-link, created. rt-4.0.10-33-gd597846
Thomas Sibley
trs at bestpractical.com
Sun Feb 10 14:25:38 EST 2013
The branch, 4.0/docs-rt-config-local-link has been created
at d5978462a43760264e6000529271ad1d45d6421a (commit)
- Log -----------------------------------------------------------------
commit d5978462a43760264e6000529271ad1d45d6421a
Author: Thomas Sibley <trs at bestpractical.com>
Date: Sun Feb 10 11:24:14 2013 -0800
RT_Config is a local link too
diff --git a/lib/RT/Pod/HTML.pm b/lib/RT/Pod/HTML.pm
index b0c4e30..366adb8 100644
--- a/lib/RT/Pod/HTML.pm
+++ b/lib/RT/Pod/HTML.pm
@@ -96,7 +96,7 @@ sub resolve_pod_page_link {
map { $self->encode_entities($_) }
split /::/, $name;
}
- elsif ($name =~ /^rt-/) {
+ elsif ($name =~ /^rt[-_]/i) {
$local = $self->encode_entities($name);
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list