Forum > Documentation (Maintaining -)

Wiki Update Gremlins

(1/1)

trev:
With the recent update of the Wiki's mediaWiki version, normal URLs are now having multiple extra spaces added after them (see for example the Wiki's main/home page). I tried removing the space between the last "]" and the next word, but the extra spacing still occurred after the last "]". The internal Wiki links in "[[" ... "]]" are OK, it's just the external links in "[" ... "]".

Anyone have any ideas as to the cause/solution?

Kays:
That’s this CSS rule you’re seeing:
--- Code: Text  [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---.mw-parser-output a.external, .link-https {     …     padding-right: 13px;}There ought to be a small graphic indicating it’s an external link, but the request yields a 404.

Navigation

[0] Message Index

Go to full version