1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-30 01:03:16 +00:00

Comments plugin: Fix extraneous paragraph in above story area

Fixes #3813
This commit is contained in:
Jermolene 2019-03-02 16:18:50 +00:00
parent 16bb474fef
commit fb0713ae78

View File

@ -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>