diff --git a/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl b/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl
index 699fdf6908..55f1132223 100644
--- a/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl
+++ b/jOOQ-manual/src/main/resources/org/jooq/web/html-util.xsl
@@ -143,12 +143,15 @@
queryTimeout: Corresponds to maxRows: Corresponds to fetchSize: Corresponds to queryTimeout: Corresponds to maxRows: Corresponds to fetchSize: Corresponds to @@ -4431,7 +4431,7 @@ FROM "a"
- The various SQL dialects do not agree on the use of RECURSIVE when writing recursive common table expressions. When using jOOQ, always use the RECURSIVE keyword, if needed.
+ The various SQL dialects do not agree on the use of RECURSIVE when writing recursive common table expressions. When using jOOQ, always use the RECURSIVE keyword, if needed.