diff options
Diffstat (limited to 'export-html.cpp')
-rw-r--r-- | export-html.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/export-html.cpp b/export-html.cpp index c117eda79..da570f4b0 100644 --- a/export-html.cpp +++ b/export-html.cpp @@ -60,6 +60,7 @@ int main(int argc, char **argv) hes.selectedOnly = false; hes.listOnly = false; hes.yearlyStatistics = true; + hes.subsurfaceNumbers = true; exportHtmlInitLogic(output, hes); exit(0); } |