going forward, include tag in plain
This commit is contained in:
parent
14c9d31bd7
commit
c24f06b9f3
|
@ -807,6 +807,9 @@ func (honk *Honk) Plain() string {
|
|||
plain = append(plain, d.Name)
|
||||
plain = append(plain, d.Desc)
|
||||
}
|
||||
for _, o := range honk.Onts {
|
||||
plain = append(plain, o)
|
||||
}
|
||||
return strings.Join(plain, " ")
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue