From ca9ff9e430359856aa995dbc9aac3e901973bb6a Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 15 Sep 2010 17:32:05 +0000 Subject: [PATCH] Allow alignment customization in environments. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35399 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_xhtml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index f7533eee1b..c4792ae739 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -835,7 +835,7 @@ void makeCommand(Buffer const & buf, if (!style.counter.empty()) buf.params().documentClass().counters().step(style.counter, OutputUpdate); - openTag(xs, style); + openTag(xs, style, pbegin->params()); // Label around sectioning number: // FIXME Probably need to account for LABEL_MANUAL