mirror of
https://code.sup39.dev/repos/Wqawg
synced 2024-12-29 01:14:51 +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,6 +27,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
<li>(none)
|
<li>(none)
|
||||||
$else
|
$else
|
||||||
$forall Entity _ t <- rdeps
|
$forall Entity _ t <- rdeps
|
||||||
|
<li>
|
||||||
^{ticketDepW shar proj t}
|
^{ticketDepW shar proj t}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
@ -37,6 +38,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||||
<li>(none)
|
<li>(none)
|
||||||
$else
|
$else
|
||||||
$forall Entity _ t <- deps
|
$forall Entity _ t <- deps
|
||||||
|
<li>
|
||||||
^{ticketDepW shar proj t}
|
^{ticketDepW shar proj t}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue