loleaflet/src/map/Clipboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f7741910a487869cfa1c76b6c7884b2a645a9ea8 Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Mon Jul 13 10:39:54 2020 +0200 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Tue Jul 21 10:40:31 2020 +0200 When copy disabled use empty content in clipboard Don't use 'Stub HTML Message' title... Change-Id: I24953f1513fb5432e614958787b9d127ffa531a7 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98620 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> (cherry picked from commit 073efadc16d1f27809b119c9b261fabce85d1cac) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98750 Reviewed-by: Michael Meeks <michael.me...@collabora.com> Tested-by: Michael Meeks <michael.me...@collabora.com> (cherry picked from commit dbc1d87699e04f03890d45d7ee8a7e73027976bf) Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98751 Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/loleaflet/src/map/Clipboard.js b/loleaflet/src/map/Clipboard.js index 160b664f4..3e03f973b 100644 --- a/loleaflet/src/map/Clipboard.js +++ b/loleaflet/src/map/Clipboard.js @@ -145,7 +145,7 @@ L.Clipboard = L.Class.extend({ return this._substProductName(this._originWrapBody( ' <body lang="' + lang + '" dir="ltr">\n' + ' <p></p>\n' + - ' </body>\n', true + ' </body>\n', false )); }, _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits