aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--twittperator/twsidebar.tw2
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw
index b8a2a84..d4c097a 100644
--- a/twittperator/twsidebar.tw
+++ b/twittperator/twsidebar.tw
@@ -144,7 +144,7 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () {
<hbox flex="1">
<label class={nameClass} style="font-weight: bold">{escapeBreakers(t.name)}</label>
<spacer flex="1"/>
- <label>{t.sub || ''}</label>
+ {t.sub || ''}
</hbox>
<description flex="1" style="word-break:break-all;">{escapeBreakers(t.text)}</description>
</vbox>