diff options
author | zotlabs <mike@macgirvin.com> | 2019-03-04 14:50:33 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-03-04 14:50:33 -0800 |
commit | 9ede57b228b7baf9e1bc5881d33ebf55773af7a3 (patch) | |
tree | 1dcbf86f3d652c908ecb1b12b970bbfccaf550b8 /view/tpl/jot.tpl | |
parent | 29cb62af3dba0a6a2891800cfe97578c1a2819ae (diff) | |
parent | e074d02714db4722384431e68bb8c26d3b3caf99 (diff) | |
download | volse-hubzilla-9ede57b228b7baf9e1bc5881d33ebf55773af7a3.tar.gz volse-hubzilla-9ede57b228b7baf9e1bc5881d33ebf55773af7a3.tar.bz2 volse-hubzilla-9ede57b228b7baf9e1bc5881d33ebf55773af7a3.zip |
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 12509fc59..b4616db6d 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -302,7 +302,7 @@ {{if $embedPhotos}} <div class="modal" id="embedPhotoModal" tabindex="-1" role="dialog" aria-labelledby="embedPhotoLabel" aria-hidden="true"> - <div class="modal-dialog"> + <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header"> <h3 class="modal-title" id="embedPhotoModalLabel">{{$embedPhotosModalTitle}}</h3> |