mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
Use whitespace trim
Note that the setting is inherited by procedure and widget definitions
This commit is contained in:
parent
4ef8ce3caa
commit
ef5b3a8840
@ -1,6 +1,8 @@
|
||||
title: $:/plugins/tiddlywiki/tour/globals
|
||||
tags: $:/tags/Global
|
||||
|
||||
\whitespace trim
|
||||
|
||||
<!--
|
||||
|
||||
The following state tiddlers control the tour. They should not be directly modified,
|
||||
|
@ -1,8 +1,10 @@
|
||||
title: $:/plugins/tiddlywiki/tour/panel
|
||||
tags: $:/tags/PageTemplate
|
||||
|
||||
\define tour-buttons()
|
||||
\define tv-action-refresh-policy() always
|
||||
\whitespace trim
|
||||
|
||||
\procedure tour-buttons()
|
||||
\procedure tv-action-refresh-policy() always
|
||||
<div class="tc-tour-panel-navigation">
|
||||
<$list filter="[function[tour-is-not-first-step]]" variable="ignore">
|
||||
<$button class="tc-btn-big-green" style="background-color: red;">
|
||||
|
Loading…
Reference in New Issue
Block a user