summaryrefslogtreecommitdiffstats
path: root/helpers
diff options
context:
space:
mode:
authorJohnny_M <klasse@partyheld.de>2020-06-11 15:44:51 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-06-13 12:30:51 +0200
commitc448b50186168a9f4c942fc0322809f483ba501e (patch)
tree2cb4f28e0b4476fc483d9df75f0df7067ef2e578 /helpers
parenttdf#132643 Translate German section IDs (diff)
downloadhelp-c448b50186168a9f4c942fc0322809f483ba501e.tar.gz
help-c448b50186168a9f4c942fc0322809f483ba501e.zip
tdf#132643 Translate German section IDs
Change-Id: I1c2e7d4fe447a850a56ccec2879b7e06c1fba3d4 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/96152 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/find-invalid-help-embeds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/find-invalid-help-embeds.sh b/helpers/find-invalid-help-embeds.sh
index 5c70fd5124..bdb849910f 100755
--- a/helpers/find-invalid-help-embeds.sh
+++ b/helpers/find-invalid-help-embeds.sh
@@ -11,7 +11,7 @@
# No parameters are used.
# Example output of this git grep:
-# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#farbe"/>
+# source/text/sbasic/shared/03010000.xhp: <embed href="text/sbasic/shared/03010300.xhp#color"/>
lines=$(git grep "embed href=" source/);
while read nextline ; do