Skip to content

Commit

Permalink
Merge pull request #1306 from beevelop/patch-1
Browse files Browse the repository at this point in the history
maFileField: Close em and small tags in template
  • Loading branch information
Kmaschta authored Feb 13, 2017
2 parents 3319708 + d955f28 commit 1dfa889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascripts/ng-admin/Crud/field/maFileField.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default function maFileField(Upload) {
</div>
</div>
</div>
<div class="col-md-9" style="padding-top: 6px;"><small><em>{{ file.name }}<em><small></div>
<div class="col-md-9" style="padding-top: 6px;"><small><em>{{ file.name }}</em></small></div>
</div>
</div>
</div>
Expand Down

0 comments on commit 1dfa889

Please sign in to comment.