From 42ca8ab399355be5fe82a5dd53d1a6137b5370e9 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Wed, 30 Jun 2004 18:27:26 +0000 Subject: [PATCH] RightsIcon text was broken when included in "" during later processing --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.php b/config/index.php index cba3508ef7..462f63dcca 100644 --- a/config/index.php +++ b/config/index.php @@ -317,7 +317,7 @@ if( $conf->License == "gfdl" ) { $conf->RightsUrl = "http://www.gnu.org/copyleft/fdl.html"; $conf->RightsText = "GNU Free Documentation License 1.2"; $conf->RightsCode = "gfdl"; - $conf->RightsIcon = '$wgStylePath."/images/gnu-fdl.png"'; + $conf->RightsIcon = '${wgStylePath}/images/gnu-fdl.png'; } elseif( $conf->License == "none" ) { $conf->RightsUrl = $conf->RightsText = $conf->RightsCode = $conf->RightsIcon = ""; } else { -- 2.20.1