From: Thomas Schwinge Date: Wed, 7 Oct 2009 17:53:28 +0000 (+0200) Subject: Use %S instead of %s for the debbug shortcut, so that things like [[!debbug 522689... X-Git-Tag: 3.20091009~25^2~1 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/a48b59a4afd01f3f53466eae83bb2b52244ee8e1?ds=inline;hp=--cc Use %S instead of %s for the debbug shortcut, so that things like [[!debbug 522689#38]] work as expected. --- a48b59a4afd01f3f53466eae83bb2b52244ee8e1 diff --git a/doc/shortcuts.mdwn b/doc/shortcuts.mdwn index 500146a31..4213295ad 100644 --- a/doc/shortcuts.mdwn +++ b/doc/shortcuts.mdwn @@ -18,7 +18,7 @@ This page controls what shortcut links the wiki supports. * [[!shortcut name=wikipedia url="http://en.wikipedia.org/wiki/%s"]] * [[!shortcut name=wikitravel url="http://wikitravel.org/en/%s"]] * [[!shortcut name=wiktionary url="http://en.wiktionary.org/wiki/%s"]] -* [[!shortcut name=debbug url="http://bugs.debian.org/%s" desc="bug #%s"]] +* [[!shortcut name=debbug url="http://bugs.debian.org/%S" desc="bug #%s"]] * [[!shortcut name=deblist url="http://lists.debian.org/debian-%s" desc="debian-%s@lists.debian.org"]] * [[!shortcut name=debpkg url="http://packages.debian.org/%s"]] * [[!shortcut name=debpkgsid url="http://packages.debian.org/sid/%s"]]