]> git.lyx.org Git - lyx.git/blobdiff - src/output_xhtml.cpp
Improvements to Parser::verbatimStuff
[lyx.git] / src / output_xhtml.cpp
index 50ba0f4b0b96774166636d48e4ed5696f6cb73e6..c894f89cef8150d0c88f48b6ae694cf5b8adc66c 100644 (file)
@@ -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();