[Libreoffice-commits] online.git: loleaflet/dist

Samuel Mehrbrodt Samuel.Mehrbrodt at cib.de
Thu Feb 22 10:22:45 UTC 2018


 loleaflet/dist/loleaflet.html |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

New commits:
commit 542c87451c6c4527f74a5c73a2c57d5ce75c51c5
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date:   Thu Feb 15 17:37:09 2018 +0100

    Improve about dialog
    
    Don't wrap other block elements in <p>, some cleanups
    
    Change-Id: I42fcff615cb5e67d413b065aa72cce5d42aa19c9
    Reviewed-on: https://gerrit.libreoffice.org/50161
    Reviewed-by: Andras Timar <andras.timar at collabora.com>
    Tested-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/dist/loleaflet.html b/loleaflet/dist/loleaflet.html
index 621cbbcb..42505b50 100644
--- a/loleaflet/dist/loleaflet.html
+++ b/loleaflet/dist/loleaflet.html
@@ -80,15 +80,11 @@
     <div id="about-dialog" style="display:none; text-align: center; user-select: text">
       <h1 id="product-name">LibreOffice Online</h1>
       <hr/>
-      <h3 id="product-string"></h3>
-      <p>
-        <h3>LOOLWSD</h3>
-        <div id="loolwsd-version"></div>
-      </p>
-      <p>
-        <h3>LOKit</h3>
-        <div id="lokit-version"></div>
-      </p>
+      <p id="product-string"></p>
+      <h3>LOOLWSD</h3>
+      <div id="loolwsd-version"></div>
+      <h3>LOKit</h3>
+      <div id="lokit-version"></div>
     </div>
 
     <script>


More information about the Libreoffice-commits mailing list