From 1670dbf36d340f6e6cdee3237e960282280d5ef6 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 13 May 2011 10:26:20 +0000 Subject: [PATCH] Fixing broken tooltip/accesskey's for view_urls in Vector. Thanks JeroenDeDauw for reporting this! In contrary to Linker:tooltip (which returns a string (attributes expanded allready), Linker::tooltipAndAccesskeyAttribs returns an array. This caused the link to be like --- skins/Vector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/Vector.php b/skins/Vector.php index 442cb1da3b..8b53945dec 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -378,7 +378,7 @@ class VectorTemplate extends BaseTemplate {
msg('views') ?>
html('userlangattributes') ?>> data['view_urls'] as $link ): ?> - >>>>' : htmlspecialchars( $link['text'] ); -- 2.20.1