Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wraps long URLs #7

Open
stefanor opened this issue Mar 2, 2011 · 2 comments
Open

Wraps long URLs #7

stefanor opened this issue Mar 2, 2011 · 2 comments

Comments

@stefanor
Copy link
Contributor

stefanor commented Mar 2, 2011

Forwarding http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616090:

Long URLs are wrapped, which they probably shouldn't be.

Example:

<html>
<head><title>Test</title></head>
<body>
<p>And <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=multiarch;users=debian-dpkg@lists.debian.org">here</a> is a long link I had at hand.</p>
</body>
</html>

Results in:

And [here][1] is a long link I had at hand.

   [1]: http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=multiarch;users
=debian-dpkg@lists.debian.org
@alexgarel
Copy link

Same here, this is a problem

Here is how I circumvent the problem in case it's of any use to someone:
https://github.com/Fantomas42/emencia-django-newsletter/issues/#issue/30

@abeals
Copy link

abeals commented Aug 1, 2012

Thanks for the workaround, @alexgarel -- very useful. It would be nice to see this option "don't wrap URLs" added as an option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants