Merge "Fix field names and behavior in SlotRecord."
[lhc/web/wiklou.git] / includes / parser / Parser.php
index 8e5dcbd..9458728 100644 (file)
@@ -1868,8 +1868,8 @@ class Parser {
 
                        $dtrail = '';
 
-                       # Set linktype for CSS - if URL==text, link is essentially free
-                       $linktype = ( $text === $url ) ? 'free' : 'text';
+                       # Set linktype for CSS
+                       $linktype = 'text';
 
                        # No link text, e.g. [http://domain.tld/some.link]
                        if ( $text == '' ) {