]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/templates/comment_item.tpl
fix typo (btn-defaul -> btn-default)
[friendica.git] / view / theme / frio / templates / comment_item.tpl
index dc4cd589c85e5ad5c0840254225ef53424fb7090..7bce14ee1b87e7e3f5de9995329240eafd23f279 100644 (file)
@@ -54,7 +54,7 @@
 
                <p class="comment-edit-submit-wrapper">
 {{if $preview}}
-                       <button type="button" class="btn btn-defaul comment-edit-preview" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}"><i class="fa fa-eye"></i> {{$preview}}</button>
+                       <button type="button" class="btn btn-default comment-edit-preview" onclick="preview_comment({{$id}});" id="comment-edit-preview-link-{{$id}}"><i class="fa fa-eye"></i> {{$preview}}</button>
 {{/if}}
                        <button type="submit" class="btn btn-primary comment-edit-submit" id="comment-edit-submit-{{$id}}" name="submit" data-loading-text="{{$loading}}"><i class="fa fa-envelope"></i> {{$submit}}</button>
                </p>