mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-25 16:02:27 +00:00
Allow HTML in mailinglist descriptions
This commit is contained in:
@ -42,7 +42,7 @@ receiving mail).</p>
|
||||
{%endifchanged%}
|
||||
<tr>
|
||||
<td class="colFirst"><a href="http://archives.postgresql.org/{{l.listname}}/">{{l.maybe_shortdesc}}</a></td>
|
||||
<td class="colLast">{{l.description}}</td>
|
||||
<td class="colLast">{{l.description|safe}}</td>
|
||||
</tr>
|
||||
{%endfor%}
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user