diff --git a/src/main/resources/templates/themes/anatole/post.ftl b/src/main/resources/templates/themes/anatole/post.ftl index 0a613948f..1574b9667 100644 --- a/src/main/resources/templates/themes/anatole/post.ftl +++ b/src/main/resources/templates/themes/anatole/post.ftl @@ -93,7 +93,7 @@
<#include "module/comment.ftl"> - <@comment post="${post!}" type="post" /> + <@comment post=post type="post" />
diff --git a/src/main/resources/templates/themes/anatole/sheet.ftl b/src/main/resources/templates/themes/anatole/sheet.ftl index acc290f8c..4c31056fa 100644 --- a/src/main/resources/templates/themes/anatole/sheet.ftl +++ b/src/main/resources/templates/themes/anatole/sheet.ftl @@ -73,7 +73,7 @@
<#include "module/comment.ftl"> - <@comment post="${sheet!}" type="sheet" /> + <@comment post=sheet type="sheet" />