3

I have a Bugzilla URL, that looks like this:

http://host/bugzilla/show_bug.cgi?id=1234]

And I would like to include it using \href:

\href{http://host/bugzilla/show_bug.cgi?id=1234}{issue \#1234}

Unfortunately, the above "helpfully" translates the question mark to %3F, i.e. a quoted question mark. I want an actual question mark there.

[Editing to add failing code -- thanks Thorsten and Marco]. Here is an MWE:

\listfiles
\documentclass{article}
\usepackage{hyperref}
\begin{document}
\href{http://host/bugzilla/show_bug.cgi?id=1234}{issue \#1234}
\end{document}

Clicking on the link takes me to http://host/bugzilla/show_bug.cgi%3Fid=1234; but I would like to go to http://host/bugzilla/show_bug.cgi?id=1234.

What should I do?

Display Name
  • 46,933
ariels
  • 131

0 Answers0