#5114 pagure's overview page displays verbatim ""
Closed: Fixed 3 years ago by pingou. Opened 3 years ago by scfc.

At https://pagure.io/pagure (or other pages that display pagure's README.rst), between README.rst's first line "Pagure" and "Author: Pierre-Yves Chibon <pingou@pingoured.fr>", a line "" is displayed and also contained in the HTML source:

[tim@passepartout ~/src/pagure]$ curl -s https://pagure.io/pagure/blob/7b7b8396f48ada5fa39b510c34cff06062c11189/f/README.rst | sed -ne '/<h1>Pagure/,/Pierre/p'
<h1>Pagure</h1>
<table class="docutils field-list">
&lt;colgroup&gt;<col>
<col>
&lt;/colgroup&gt;<tbody>
<tr><th>Author:</th><td class="field-body">Pierre-Yves Chibon &lt;<a href="mailto:pingou&#64;pingoured.fr">pingou&#64;pingoured.fr</a>&gt;</td>
[tim@passepartout ~/src/pagure]$

Hii @scfc !
I want to work on this issue. Can you please assign this to me?

@ankitapareek I'm not the Pagure maintainer, so I do not have the permission to assign this task to you. But thanks for volunteering! :-)

I want to work on this issue.

Check where we call bleach on the code (in pagure/lib/query) that should be
an easyfix :)

@pingou Fixed this issue locally. Should I make a PR?

@pingou Fixed this issue locally. Should I make a PR?

That would help if you want it reviewed and merged :)

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

3 years ago

I still see <colgroup></colgroup> in the README

Login to comment on this ticket.

Metadata