From 4bc9e4921afac5ddf9e84c2f1873639179be86ef Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 29 May 2018 18:11:26 -0400 Subject: 0.26.2 image(s) without dimensions --- src/sdp/output/html.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sdp/output/html.d') diff --git a/src/sdp/output/html.d b/src/sdp/output/html.d index d4770e7..ddd3c9f 100644 --- a/src/sdp/output/html.d +++ b/src/sdp/output/html.d @@ -180,9 +180,9 @@ template outputHTML() { } writeln(" ", pth_html.fn_scroll(doc_matters.src.filename)); } - void seg(D,I)( + void seg(D,M)( auto return ref const D doc_abstraction, - auto return ref I doc_matters, + auto ref M doc_matters, ) { mixin SiSUoutputRgxInit; auto rgx = Rgx(); -- cgit v1.2.3