includes/wikiengine/Render/Xhtml/Url.php
changeset 21 663fcf528726
parent 1 fe660c52c48f
child 67 f6454d5fec7a
equal deleted inserted replaced
20:40105681f495 21:663fcf528726
   111                 $output .= " onclick={$quote}window.open(this.href, '$target');";
   111                 $output .= " onclick={$quote}window.open(this.href, '$target');";
   112                 $output .= " return false;{$quote}";
   112                 $output .= " return false;{$quote}";
   113             }
   113             }
   114 
   114 
   115             // finish up output
   115             // finish up output
   116             $output .= ">$text</a>";
   116             $output .= " rel=".'"'."nofollow".'"'.">$text</a>";
   117 
   117 
   118             // make numbered references look like footnotes when no
   118             // make numbered references look like footnotes when no
   119             // CSS class specified, make them superscript by default
   119             // CSS class specified, make them superscript by default
   120             if ($type == 'footnote' && ! $css) {
   120             if ($type == 'footnote' && ! $css) {
   121                 $output = '<sup>' . $output . '</sup>';
   121                 $output = '<sup>' . $output . '</sup>';