summaryrefslogtreecommitdiff
path: root/help3
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-01-04 12:07:53 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-01-04 16:09:29 +0100
commit60266b074736c9ebf2e7227bec69ee3702ac6f0d (patch)
treebb0b824d1793c0ee6149e0d64757e69954118367 /help3
parentd01f0d755209d4fb83ff5069b4665a22c92bd1a1 (diff)
Fix missing bracket
Change-Id: Id850e1091b0c45bc57506364690f1e45e6f169b8 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/86224 Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org> Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3')
-rw-r--r--help3/xhpeditor/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/help3/xhpeditor/index.php b/help3/xhpeditor/index.php
index d6a73a4b..b7323149 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 {