aboutsummaryrefslogtreecommitdiff
path: root/ui/messages/html/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/messages/html/base.go')
-rw-r--r--ui/messages/html/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/messages/html/base.go b/ui/messages/html/base.go
index 8014dc0..75cbd0c 100644
--- a/ui/messages/html/base.go
+++ b/ui/messages/html/base.go
@@ -78,7 +78,7 @@ func (be *BaseEntity) PlainText() string {
// String returns a textual representation of this BaseEntity struct.
func (be *BaseEntity) String() string {
- return fmt.Sprintf(`&html.BaseEntity{Tag="%s", Style=%d, Block=%t, startX=%d, height=%d},`,
+ return fmt.Sprintf(`&html.BaseEntity{Tag="%s", Style=%d, Block=%t, startX=%d, height=%d}`,
be.Tag, be.Style, be.Block, be.startX, be.height)
}