mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
minor fixes to embed HTML
This commit is contained in:
parent
d062d64278
commit
32fd5bc696
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<%- end %>
|
||||
|
||||
<div class='author'>
|
||||
<a href='/users/<%= post.username %>' target="_blank"><img src='<%= post.user.small_avatar_url %>'></a>
|
||||
<a href='/users/<%= post.username %>' target="_blank"><img src='<%= post.user.small_avatar_url %>' alt=''></a>
|
||||
</div>
|
||||
<div class='cooked'>
|
||||
<h3 class='username'>
|
||||
|
@ -36,7 +36,6 @@
|
|||
<%- end %>
|
||||
</div>
|
||||
|
||||
<div style='clear: both'></div>
|
||||
</article>
|
||||
<%- end %>
|
||||
|
||||
|
|
Loading…
Reference in a new issue