aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output_html.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2016-09-06 20:47:02 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:13 -0400
commit8ddeddffb0f5323932f6f44c6005496075a9ad73 (patch)
treef59f9c2d291b977a7c4e92044adf2fae7a50e20f /src/sdp/output_html.d
parentminor shuffling (diff)
naming of para indent attributes
Diffstat (limited to 'src/sdp/output_html.d')
-rw-r--r--src/sdp/output_html.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdp/output_html.d b/src/sdp/output_html.d
index 057ee8c..38eadf0 100644
--- a/src/sdp/output_html.d
+++ b/src/sdp/output_html.d
@@ -47,8 +47,8 @@ template SiSUoutputHTML() {
◎",
obj.obj_cite_number,
obj.obj_cite_number,
- obj.para_attrib.indent_first,
- obj.para_attrib.indent_second,
+ obj.para_attrib.indent_start,
+ obj.para_attrib.indent_rest,
obj.obj_cite_number,
obj.object
);