mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-06-19 23:14:09 +00:00
Fixed typo
This commit is contained in:
parent
b649bebad0
commit
dbd123675a
@ -2,18 +2,18 @@ title: $:/templates/ViewTemplate
|
|||||||
modifier: JeremyRuston
|
modifier: JeremyRuston
|
||||||
|
|
||||||
<span class="title">
|
<span class="title">
|
||||||
<$view field="title"/>
|
<_view field="title"/>
|
||||||
<$button message="tw-close">close</$button>
|
<_button message="tw-close">close</_button>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="small">
|
<div class="small">
|
||||||
<$view field="modifier" format="link"/>
|
<_view field="modifier" format="link"/>
|
||||||
<$view field="modified" format="date"/>
|
<_view field="modified" format="date"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@.tw-tags-wrapper <$list filter="[is[current]tags[]]" template="$:/templates/TagTemplate" />@@
|
@@.tw-tags-wrapper <_list filter="[is[current]tags[]]" template="$:/templates/TagTemplate" />@@
|
||||||
|
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<$view field="text" format="wikified">
|
<_view field="text" format="wikified">
|
||||||
</$view>
|
</_view>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user