loleaflet/src/map/Clipboard.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7741910a487869cfa1c76b6c7884b2a645a9ea8
Author:     Szymon Kłos <[email protected]>
AuthorDate: Mon Jul 13 10:39:54 2020 +0200
Commit:     Aron Budea <[email protected]>
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 <[email protected]>
    Reviewed-by: Szymon Kłos <[email protected]>
    (cherry picked from commit 073efadc16d1f27809b119c9b261fabce85d1cac)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98750
    Reviewed-by: Michael Meeks <[email protected]>
    Tested-by: Michael Meeks <[email protected]>
    (cherry picked from commit dbc1d87699e04f03890d45d7ee8a7e73027976bf)
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98751
    Reviewed-by: Aron Budea <[email protected]>

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
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to