From 9c07f0aac1f5d7a7480667dca53671fcd986db5a Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 23 May 2018 18:32:32 -0400 Subject: image paths --- src/sdp/output/html.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdp/output/html.d') diff --git a/src/sdp/output/html.d b/src/sdp/output/html.d index 3db534b..d4770e7 100644 --- a/src/sdp/output/html.d +++ b/src/sdp/output/html.d @@ -465,7 +465,7 @@ template outputHTML() { pth_html.image.mkdirRecurse; } foreach (image; doc_matters.srcs.image_list) { - auto fn_src_in = doc_matters.src_path_info.src_image_root_with_path ~ "/" ~ image; + auto fn_src_in = doc_matters.src.image_dir_path ~ "/" ~ image; auto fn_src_out = pth_html.image ~ "/" ~ image; debug(images_html) { writeln(fn_src_in, " -> ", fn_src_out); -- cgit v1.2.3