@@ -108,7 +108,7 @@ discard block |
||
108 | 108 | |
109 | 109 | dbglog($backlinks, "backlinks: all backlinks to: $match"); |
110 | 110 | |
111 | - $renderer->doc .= '<div id="plugin__backlinks">' . "\n"; |
|
111 | + $renderer->doc .= '<div id="plugin__backlinks">'."\n"; |
|
112 | 112 | |
113 | 113 | $filterNS = $data[1]; |
114 | 114 | if (!empty($backlinks) && !empty($filterNS)) { |
@@ -139,16 +139,16 @@ discard block |
||
139 | 139 | $name = $backlink; |
140 | 140 | } |
141 | 141 | $renderer->doc .= '<li><div class="li">'; |
142 | - $renderer->doc .= html_wikilink(':' . $backlink, $name); |
|
143 | - $renderer->doc .= '</div></li>' . "\n"; |
|
142 | + $renderer->doc .= html_wikilink(':'.$backlink, $name); |
|
143 | + $renderer->doc .= '</div></li>'."\n"; |
|
144 | 144 | } |
145 | 145 | |
146 | - $renderer->doc .= '</ul>' . "\n"; |
|
146 | + $renderer->doc .= '</ul>'."\n"; |
|
147 | 147 | } else { |
148 | - $renderer->doc .= "<strong>Plugin Backlinks: " . $lang['nothingfound'] . "</strong>" . "\n"; |
|
148 | + $renderer->doc .= "<strong>Plugin Backlinks: ".$lang['nothingfound']."</strong>"."\n"; |
|
149 | 149 | } |
150 | 150 | |
151 | - $renderer->doc .= '</div>' . "\n"; |
|
151 | + $renderer->doc .= '</div>'."\n"; |
|
152 | 152 | |
153 | 153 | return true; |
154 | 154 | } |