From 7e69ab7547d5ae98780a30a433ae77db37bfbaf2 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Sun, 16 Jul 2017 15:32:59 +0200 Subject: [PATCH] Fix capitalization Signed-off-by: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> --- request-tracker/templates/RT_SiteConfig.pm.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/request-tracker/templates/RT_SiteConfig.pm.j2 b/request-tracker/templates/RT_SiteConfig.pm.j2 index 45520c9..b91a268 100644 --- a/request-tracker/templates/RT_SiteConfig.pm.j2 +++ b/request-tracker/templates/RT_SiteConfig.pm.j2 @@ -96,5 +96,5 @@ Set($SetOutgoingMailFrom, '{{rt_bounceaddress}}'); ### Logo Set($LogoAltText, '{{rt_logotext}}'); -Set($LogoLinkUrl, '{{rt_logolinkurl}}'); -#Set($LogoUrl, it’s easier to upload this in the web interface); +Set($LogoLinkURL, '{{rt_logolinkurl}}'); +#Set($LogoURL, it’s easier to upload this in the web interface); -- GitLab