Recent

Author Topic: Wiki Update Gremlins  (Read 1911 times)

trev

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2020
  • Former Delphi 1-7, 10.2 user
Wiki Update Gremlins
« on: May 04, 2022, 10:12:50 am »
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

  • Hero Member
  • *****
  • Posts: 569
  • Whasup!?
    • KaiBurghardt.de
Re: Wiki Update Gremlins
« Reply #1 on: May 04, 2022, 02:11:32 pm »
That’s this CSS rule you’re seeing:
Code: Text  [Select][+][-]
  1. .mw-parser-output a.external, .link-https {
  2.      …
  3.      padding-right: 13px;
  4. }
There ought to be a small graphic indicating it’s an external link, but the request yields a 404.
Yours Sincerely
Kai Burghardt

 

TinyPortal © 2005-2018