templates/_layout.mustache in onebox-1.5.30 vs templates/_layout.mustache in onebox-1.5.31
- old
+ new
@@ -6,7 +6,11 @@
</a>
</header>
<article class="onebox-body">
{{{view}}}
</article>
+ <div style='clear: both'>
+ {{#twitter_label1}}<span style="float: left;">{{twitter_label1}}: {{twitter_data1}}</span>{{/twitter_label1}}
+ {{#twitter_label2}}<span style="float: right;">{{twitter_label2}}: {{twitter_data2}}</span>{{/twitter_label2}}
+ </div>
<div style='clear: both'></div>
</aside>