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

New commits:
commit 60266b074736c9ebf2e7227bec69ee3702ac6f0d
Author:     Olivier Hallot <[email protected]>
AuthorDate: Sat Jan 4 12:07:53 2020 -0300
Commit:     Olivier Hallot <[email protected]>
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 <[email protected]>
    Tested-by: Olivier Hallot <[email protected]>

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

Reply via email to