Skip to content

Commit e8bb47d

Browse files
committed
Format template descriptions the same as link descriptions
1 parent cbc1c33 commit e8bb47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/forge-topic.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1905,7 +1905,7 @@ When point is on the answer, then unmark it and mark no other."
19051905
(let-alist alist
19061906
(when (and .name .about)
19071907
(setf (alist-get 'prompt alist)
1908-
(format "[%s] %s" .name .about)))
1908+
(format "%s -- %s" .name .about)))
19091909
(when (and .labels (atom .labels))
19101910
(setf (alist-get 'labels alist) (list .labels)))
19111911
(when (and .assignees (atom .assignees))

0 commit comments

Comments
 (0)