From b1c5f6ebd14352e62dea5ff21206539b77dc3dbd Mon Sep 17 00:00:00 2001 From: Jens Jansson Date: Sat, 1 Apr 2017 14:46:18 +0300 Subject: Moved docs comment to own row (#8993) * Moved docs comment to own row Anyone can read the TODO comment on https://vaadin.com/docs/-/part/framework/advanced/advanced-logging.html. The comment is directly on same row as normal text, which means that it will be printed out when asciidoc is transformed to html. I moved it now to a new row which will make the asciidoc parser treat is as a comment. Please make a proper fix for it. --- documentation/advanced/advanced-logging.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/advanced') diff --git a/documentation/advanced/advanced-logging.asciidoc b/documentation/advanced/advanced-logging.asciidoc index ca0918220d..1dec2e61ac 100644 --- a/documentation/advanced/advanced-logging.asciidoc +++ b/documentation/advanced/advanced-logging.asciidoc @@ -58,9 +58,9 @@ SLF4J site. In order to get the [package]#java.util.logging# to SLF4J bridge installed, you need to add the following snippet of code to your [classname]#UI# class at the -very top://TODO: Sure it's UI class and not the -servlet? +very top: +//TODO: Sure it's UI class and not the servlet? [source, java] ---- -- cgit v1.2.3