Avoid unwanted whitespace

This commit is contained in:
jeremy@jermolene.com 2021-11-10 10:42:25 +00:00
parent 88d8057b38
commit a1ab220df6
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
title: $:/core/ui/ViewTemplate/title/default
\whitespace trim
<h2 class="tc-title">
<$view field="title"/>
</h2>

View File

@ -1,5 +1,6 @@
title: $:/core/ui/ViewTemplate/title/system
\whitespace trim
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text={{{ [<currentTiddler>removeprefix[$:/]] }}}/>
</h2>