mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-11-06 10:33:00 +00:00
Comments plugin: Fix extraneous paragraph in above story area
Fixes #3813
This commit is contained in:
@@ -2,7 +2,11 @@ title: $:/plugins/tiddlywiki/comments/above-story
|
|||||||
tags: $:/tags/AboveStory
|
tags: $:/tags/AboveStory
|
||||||
|
|
||||||
<$reveal state="$:/config/Comments/EnableWikiComments" type="match" text="yes" default="no">
|
<$reveal state="$:/config/Comments/EnableWikiComments" type="match" text="yes" default="no">
|
||||||
|
|
||||||
<$tiddler tiddler="$:/SiteTitle">
|
<$tiddler tiddler="$:/SiteTitle">
|
||||||
|
|
||||||
<$transclude tiddler="$:/plugins/tiddlywiki/comments/comments-template" mode="inline"/>
|
<$transclude tiddler="$:/plugins/tiddlywiki/comments/comments-template" mode="inline"/>
|
||||||
|
|
||||||
</$tiddler>
|
</$tiddler>
|
||||||
|
|
||||||
</$reveal>
|
</$reveal>
|
||||||
|
|||||||
Reference in New Issue
Block a user