Update a few deprecated method calls
[lhc/web/wiklou.git] / includes / Linker.php
index acedce2..d0e288f 100644 (file)
@@ -2068,7 +2068,6 @@ class Linker {
                return Xml::expandAttributes( $this->tooltipAndAccesskeyAttribs( $name ) );
        }
 
-
        /** @deprecated Returns raw bits of HTML, use titleAttrib() */
        public function tooltip( $name, $options = null ) {
                global $wgEnableTooltipsAndAccesskeys;