UI: Fix typo in comment author link template
This commit is contained in:
parent
b99d864429
commit
5d5919d75a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $# <http://creativecommons.org/publicdomain/zero/1.0/>.
|
|||
$case actor
|
||||
$of MessageTreeNodeLocal _lmid authorByKey code name
|
||||
<a href=@{renderLocalActor $ hashAuthor authorByKey}>
|
||||
code name
|
||||
#{code} #{name}
|
||||
$of MessageTreeNodeRemote h _luMsg luAuthor mname
|
||||
<a href="#{renderObjURI $ ObjURI h luAuthor}">
|
||||
$maybe name <- mname
|
||||
|
|
Loading…
Reference in a new issue