loleaflet/dist/framed.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e87af96268272589b26b56246f5ddeeca8ef2534
Author: Tor Lillqvist <t...@collabora.com>
Date:   Mon Jan 22 11:22:58 2018 +0200

    Fix HTML syntax error

diff --git a/loleaflet/dist/framed.html b/loleaflet/dist/framed.html
index 146bde7b6..2a03acff9 100644
--- a/loleaflet/dist/framed.html
+++ b/loleaflet/dist/framed.html
@@ -150,7 +150,7 @@
 
     <form id="get-named-ranges-form">
       Click <button onclick="callGetNamedRanges(); return 
false;">here</button> to get a list of named ranges in the document:
-      <textarea name="result" value="" rows="10" "cols="80"></textarea>
+      <textarea name="result" value="" rows="10" cols="80"></textarea>
     </form>
 
     <form id="get-named-ranges-form">
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to