Fix spacing after tags without a value
This commit is contained in:
parent
a9070df40e
commit
efdf60263d
@ -38,6 +38,7 @@ $if elem AddPermission perms
|
||||
<li .tag title="#{mconcat [tagName, ": ", tagValue]}">
|
||||
<div .tag-name>
|
||||
#{tagName}
|
||||
$if not $ T.null $ T.strip tagValue
|
||||
<div .tag-value>
|
||||
#{tagValue}
|
||||
|
||||
@ -57,6 +58,7 @@ $if elem AddPermission perms
|
||||
<li .tag title="#{mconcat [tagName, ": ", tagValue]}">
|
||||
<div .tag-name>
|
||||
#{tagName}
|
||||
$if not $ T.null $ T.strip tagValue
|
||||
<div .tag-value>
|
||||
#{tagValue}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user