diff --git a/src/main/java/j2html/Config.java b/src/main/java/j2html/Config.java index 53259ad..c03e487 100644 --- a/src/main/java/j2html/Config.java +++ b/src/main/java/j2html/Config.java @@ -41,7 +41,7 @@ public class Config { /** - * Change this to configure enable/disable closing empty tags (like ) + * Change this to configure enable/disable closing empty tags * The default is to NOT close them */ public static boolean closeEmptyTags = false;