Use %S instead of %s for the debbug shortcut, so that things like [[!debbug 522689#38]] work as expected.
parent
3d609928e5
commit
a48b59a4af
|
@ -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"]]
|
||||
|
|
Loading…
Reference in New Issue