diff options
Diffstat (limited to 'view/tpl/cover_photo.tpl')
-rwxr-xr-x | view/tpl/cover_photo.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/tpl/cover_photo.tpl b/view/tpl/cover_photo.tpl index 28bc7dc24..f2758b36d 100755 --- a/view/tpl/cover_photo.tpl +++ b/view/tpl/cover_photo.tpl @@ -22,9 +22,8 @@ </form> <br /> <div id="profile-photo-link-select-wrapper"> - {{$select}} <button id="embed-photo-wrapper" class="btn btn-outline-secondary btn-sm" title="{{$embedPhotos}}" onclick="initializeEmbedPhotoDialog();return false;"> - <i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> + <i id="embed-photo" class="fa fa-file-image-o jot-icons"></i> {{$select}} </button> </div> </div> |