https://bugzilla.wikimedia.org/show_bug.cgi?id=29204

       Web browser: ---
             Bug #: 29204
           Summary: tooltipAndAccesskeyAttribs called incorrectly
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Vector Skin
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: jschulz_4...@msn.com
                CC: asha...@wikimedia.org
    Classification: Unclassified


tooltipAndAccesskeyAttribs is called on line 219 of Vector.php :

<!-- logo -->
                    <div id="p-logo"><a style="background-image: url(<?php
$this->text( 'logopath' ) ?>);" href="<?php echo htmlspecialchars(
$this->data['nav_urls']['mainpage']['href'] ) ?>" <?php echo
Linker::tooltipAndAccesskeyAttribs( 'p-logo' ) ?>></a></div>
                <!-- /logo -->

It just prints "Array" since that's what the result is, an array. It should
expand them.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to