mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-27 17:34:52 +09:00
In ticket template, forgot to use <li> in dep lists
This commit is contained in:
parent
51c99a1dfe
commit
effcfcca6b
1 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,8 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
<li>(none)
|
||||
$else
|
||||
$forall Entity _ t <- rdeps
|
||||
^{ticketDepW shar proj t}
|
||||
<li>
|
||||
^{ticketDepW shar proj t}
|
||||
|
||||
<p>
|
||||
Depends on:
|
||||
|
@ -37,7 +38,8 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
<li>(none)
|
||||
$else
|
||||
$forall Entity _ t <- deps
|
||||
^{ticketDepW shar proj t}
|
||||
<li>
|
||||
^{ticketDepW shar proj t}
|
||||
|
||||
<p>
|
||||
Created on #{showDate $ ticketCreated ticket} by
|
||||
|
|
Loading…
Reference in a new issue