Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Sort tag attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed Dec 6, 2015
1 parent 4f49321 commit c35ccb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/crop-on-canvas.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="page-header">Crop on canvas with Cropper</h1>
<div class="col-sm-6">
<h3 class="page-header">Image</h3>
<div>
<img id="image" class="img-responsive" src="../assets/img/picture.jpg" alt="Picture">
<img class="img-responsive" id="image" src="../assets/img/picture.jpg" alt="Picture">
</div>
</div>
<div class="col-sm-6">
Expand Down
4 changes: 2 additions & 2 deletions examples/cropper-in-modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
<h1 class="page-header">Cropper in a Bootstrap modal</h1>

<!-- Button trigger modal -->
<button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#modal">
<button type="button" class="btn btn-primary btn-lg" data-target="#modal" data-toggle="modal">
Launch demo modal
</button>

<!-- Modal -->
<div class="modal fade" id="modal" tabindex="-1" role="dialog" aria-labelledby="modalLabel">
<div class="modal fade" id="modal" aria-labelledby="modalLabel" role="dialog" tabindex="-1">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
Expand Down
2 changes: 1 addition & 1 deletion examples/customize-preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 class="page-header">Customize preview for Cropper</h1>
<div class="col-sm-6">
<h3 class="page-header">Cropper</h3>
<div>
<img id="image" class="img-responsive" src="../assets/img/picture.jpg" alt="Picture">
<img class="img-responsive" id="image" src="../assets/img/picture.jpg" alt="Picture">
</div>
</div>
<div class="col-sm-6">
Expand Down

0 comments on commit c35ccb5

Please sign in to comment.