From c3a2508f2acfdffbde46e237071c9775ce2ff519 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 28 Feb 2018 17:18:16 -0500 Subject: header make unmarked headings --- src/sdp/meta/conf_make_meta_structs.d | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/sdp/meta/conf_make_meta_structs.d') diff --git a/src/sdp/meta/conf_make_meta_structs.d b/src/sdp/meta/conf_make_meta_structs.d index 88ec9ed..d46b462 100644 --- a/src/sdp/meta/conf_make_meta_structs.d +++ b/src/sdp/meta/conf_make_meta_structs.d @@ -16,13 +16,13 @@ struct ConfCompositeMakeStr { string css = ""; string emphasis = ""; string footer = ""; - string headings = ""; + string[] headings; string home_button_image = ""; string home_button_text = ""; string italics = ""; string num_top = ""; string num_depth = ""; - string[][] substitute; // = [["", ""]]; + string[][] substitute; string texpdf_font = ""; } struct confCompositeMakeBuild { @@ -68,7 +68,7 @@ struct confCompositeMakeBuild { auto footer(string _mk) { return _mk; } - auto headings(string _mk) { + auto headings(string[] _mk) { return _mk; } auto home_button_image(string _mk) { @@ -118,7 +118,7 @@ struct ConfCompositeMakeInit { auto emphasis_substitute_sisu_markup = "!{$1}!"; auto emphasis_substitute_html = "$1"; string footer = ""; - string headings = ""; + string[] headings; string home_button_image = ""; string home_button_text = ""; char[] italics_rgxmatch = `=NULL`.dup; @@ -127,7 +127,7 @@ struct ConfCompositeMakeInit { auto italics_substitute_html = "$1"; string num_top = ""; string num_depth = ""; - string[][] substitute; // = [["", ""]]; + string[][] substitute; string texpdf_font = ""; } struct ConfCompositeSiteLocal { -- cgit v1.2.3