X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Foutput_xhtml.cpp;h=c894f89cef8150d0c88f48b6ae694cf5b8adc66c;hb=e5a91999278253d597ad1e18f322884df4a4c94e;hp=50ba0f4b0b96774166636d48e4ed5696f6cb73e6;hpb=6b2232a29c682d8e62d1d2b963bb1a70bee4330b;p=lyx.git diff --git a/src/output_xhtml.cpp b/src/output_xhtml.cpp index 50ba0f4b0b..c894f89cef 100644 --- a/src/output_xhtml.cpp +++ b/src/output_xhtml.cpp @@ -930,6 +930,7 @@ void makeCommand(Buffer const & buf, // Label around sectioning number: // FIXME Probably need to account for LABEL_MANUAL + // FIXME Probably also need now to account for labels ABOVE and CENTERED. if (style.labeltype != LABEL_NO_LABEL) { openLabelTag(xs, style); xs << pbegin->params().labelString();