diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-16 19:16:05 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-04-17 04:38:13 +0200 |
commit | 22691f35eea6bf031fe271790d9b19093a12f8f4 (patch) | |
tree | 872f860becda12ce0cb8d83bc1502146937a7a81 /Package_html_static.mk | |
parent | 7809c5f562f2adb28f36f3f5625e757f238a8d5f (diff) |
Fix index in sidebar
The last commit of online_transform.xsl instrpduced a bug in
index search on the left. This one fixes it.
Change-Id: I8055389a324d1fc5fde90ac2b76ff6f0a4a42493
Reviewed-on: https://gerrit.libreoffice.org/53011
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_static.mk')
-rw-r--r-- | Package_html_static.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Package_html_static.mk b/Package_html_static.mk index 3619877837..79c0be1722 100644 --- a/Package_html_static.mk +++ b/Package_html_static.mk @@ -18,6 +18,7 @@ $(eval $(call gb_Package_add_file,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOL $(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FOLDER)/$(if $(HELP_ONLINE),$(PRODUCTVERSION),''),\ help.js \ + help2.js \ fuse.js \ paginathing.js \ normalize.css \ |