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