mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-04-30 18:51:30 +00:00
Use whitespace trim
Note that the setting is inherited by procedure and widget definitions
This commit is contained in:
@@ -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;">
|
||||
|
||||
Reference in New Issue
Block a user