From 9a6b0a26e768bbbc7d9584aec3d4d35de67d8d41 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 13 May 2011 10:34:01 +0000 Subject: [PATCH] Re-do r87961 in a better way. Like I said, it's not acting the same as Linker::tooltip, which is already expended. Calling it when generating the HTML will try to expend the output from Linker::tooltip, which failed. Instead expending it where it's not normalized yet. --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 442cb1da3b..6b72f1ff50 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -111,7 +111,7 @@ class VectorTemplate extends BaseTemplate { Linker::tooltip( $xmlID ); } else { $nav[$section][$key]['key'] = - Linker::tooltipAndAccesskeyAttribs( $xmlID ); + Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( $xmlID ) ); } } } -- 2.20.1