[Libreoffice-commits] dev-tools.git: help3/xhpeditor

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Sat Jan 4 15:09:46 UTC 2020


 help3/xhpeditor/index.php |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 60266b074736c9ebf2e7227bec69ee3702ac6f0d
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Sat Jan 4 12:07:53 2020 -0300
Commit:     Olivier Hallot <olivier.hallot at libreoffice.org>
CommitDate: Sat Jan 4 16:09:29 2020 +0100

    Fix missing bracket
    
    Change-Id: Id850e1091b0c45bc57506364690f1e45e6f169b8
    Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/86224
    Reviewed-by: Olivier Hallot <olivier.hallot at libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot at libreoffice.org>

diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index d6a73a4..b732314 100644
--- a/help3/xhpeditor/index.php
+++ b/help3/xhpeditor/index.php
@@ -119,6 +119,7 @@ $xhp = $_POST["xhpdoc"];
             }else{
                 echo "<p>No duplicates ids found.</p>";
             }
+            }
         }elseif (isset($_POST["get_patch"])) {
         echo '<h2>Get Patch:</h2>';
         } else {


More information about the Libreoffice-commits mailing list