mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Fix the template for serving tiddlers
This commit is contained in:
parent
925e22c46f
commit
c46748b82f
@ -4,6 +4,6 @@ title: $:/core/templates/html-div-tiddler
|
|||||||
|
|
||||||
This template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields. This version includes the tiddler changecount as the field `revision`.
|
This template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields. This version includes the tiddler changecount as the field `revision`.
|
||||||
|
|
||||||
-->`<div`<$fields exclude='text revision bag' template=' $name$="$encoded_value$"'></$fields>` revision="`<$info type='changecount'/>`" bag="default">
|
-->`<div`<$fields exclude='text revision bag' template=' $name$="$encoded_value$"'></$fields>` revision="`<<changecount>>`" bag="default">
|
||||||
<pre>`<$view field="text" format="htmlencoded" />`</pre>
|
<pre>`<$view field="text" format="htmlencoded" />`</pre>
|
||||||
</div>`
|
</div>`
|
||||||
|
Loading…
Reference in New Issue
Block a user