summaryrefslogtreecommitdiffstats
path: root/documentation/advanced
diff options
context:
space:
mode:
authorJens Jansson <Peppe@users.noreply.github.com>2017-04-01 14:46:18 +0300
committerPekka Hyvönen <pekka@vaadin.com>2017-04-01 14:46:18 +0300
commitb1c5f6ebd14352e62dea5ff21206539b77dc3dbd (patch)
treed60ad6a89265b36b209475aa0da9b0e288171186 /documentation/advanced
parent0a257471c7c948a78cfc2b01961e8a604f4ec1bf (diff)
downloadvaadin-framework-b1c5f6ebd14352e62dea5ff21206539b77dc3dbd.tar.gz
vaadin-framework-b1c5f6ebd14352e62dea5ff21206539b77dc3dbd.zip
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.
Diffstat (limited to 'documentation/advanced')
-rw-r--r--documentation/advanced/advanced-logging.asciidoc4
1 files changed, 2 insertions, 2 deletions
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]
----