Fix double colons in api help output
authorReedy <reedy@wikimedia.org>
Wed, 30 Jan 2013 19:19:18 +0000 (19:19 +0000)
committerReedy <reedy@wikimedia.org>
Wed, 30 Jan 2013 19:19:18 +0000 (19:19 +0000)
commitbb9241b54f3ccead9bf0a718533f06a9c6630ce7
treed0c0937c86fa66124f82f813a6ba11af112bea58
parent40cb62d558102134fb2c8e7e3f61d9eae8dff1e7
Fix double colons in api help output

  Get links from the [[Main Page]]::
    api.php?action=query&prop=links&titles=Main%20Page
  Get information about the link pages in the [[Main Page]]::
    api.php?action=query&generator=links&titles=Main%20Page&prop=info
  Get links from the Main Page in the User and Template namespaces::
    api.php?action=query&prop=links&titles=Main%20Page&plnamespace=2|10

Change-Id: I3645bd72d80aef3f99da7f8f5fa1d63a1b28ad78
includes/api/ApiQueryLinks.php