templates/githubissue.mustache in onebox-1.5.20 vs templates/githubissue.mustache in onebox-1.5.21
- old
+ new
@@ -21,10 +21,10 @@
<a href="{{repository_url}}" target="_blank">{{repository_path}}</a>
</div>
<pre class='content' style="white-space: pre-wrap;">{{content}}</pre>
-<div class='lables'>
+<div class='labels'>
{{#labels}}
<span style="display:inline-block;margin-top:2px;background-color: #B8B8B8;padding: 2px;border-radius: 4px;color: #fff;margin-left: 3px;">{{name}}</span>
{{/labels}}
</div>