diff --git a/src/main/java/io/ebean/Transaction.java b/src/main/java/io/ebean/Transaction.java
index df79941e7..961d1f5a8 100644
--- a/src/main/java/io/ebean/Transaction.java
+++ b/src/main/java/io/ebean/Transaction.java
@@ -84,7 +84,7 @@ public interface Transaction extends AutoCloseable {
*
* This is similar to commit() but leaves the transaction "Active".
*
- * Functions/h3>
+ * Functions
*
* - Flush the JDBC batch buffer
* - Call commit on the underlying JDBC connection
@@ -100,7 +100,7 @@ public interface Transaction extends AutoCloseable {
* This performs commit and completes the transaction closing underlying resources and
* marking the transaction as "In active".
*
- * Functions/h3>
+ * Functions
*
* - Flush the JDBC batch buffer
* - Call commit on the underlying JDBC connection
@@ -117,7 +117,7 @@ public interface Transaction extends AutoCloseable {
*
* This performs rollback, closes underlying resources and marks the transaction as "In active".
*
- * Functions/h3>
+ * Functions
*
* - Call rollback on the underlying JDBC connection
* - Trigger any registered TransactionCallbacks