1
0
Fork 0
mirror of https://code.sup39.dev/repos/Wqawg synced 2024-12-29 01:24:51 +09:00

In ticket template, forgot to use <li> in dep lists

This commit is contained in:
fr33domlover 2016-08-02 13:49:04 +00:00
parent 51c99a1dfe
commit effcfcca6b

View file

@ -27,7 +27,8 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<li>(none) <li>(none)
$else $else
$forall Entity _ t <- rdeps $forall Entity _ t <- rdeps
^{ticketDepW shar proj t} <li>
^{ticketDepW shar proj t}
<p> <p>
Depends on: Depends on:
@ -37,7 +38,8 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
<li>(none) <li>(none)
$else $else
$forall Entity _ t <- deps $forall Entity _ t <- deps
^{ticketDepW shar proj t} <li>
^{ticketDepW shar proj t}
<p> <p>
Created on #{showDate $ ticketCreated ticket} by Created on #{showDate $ ticketCreated ticket} by