Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Aug 18, 2023
1 parent eeb1e7d commit bd37d90
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fc-solve/site/wml/src/js-fc-solve/text/index.html.tt2
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,14 @@ Input a card patience/solitaire layout in the <a href="[% base_path %]docs/distr
<li><a href="#output_tabs__text">Text</a></li>
</ul>
<div id="output_tabs__animated" class="tab">
[% BLOCK upper_button %]
[%- BLOCK upper_button -%]
<button onclick="$('[% solver_bar_css(targetclasses) %]').trigger('click');" title="[% title %]">[% text %]</button>
[% END %]
[%- END -%]

<div class="upper_buttons__wrapper">
[% INCLUDE upper_button targetclasses = ["rewind"] text = "⏮ Prev" title = "Previous move" %]
[% INCLUDE upper_button targetclasses = ["pause", "play"] text = "▶ Play" title = "Play" %]
[% INCLUDE upper_button targetclasses = ["fastforward"] text = "Next ⏭" title = "Next move" %]
[%- INCLUDE upper_button targetclasses = ["rewind"] text = "⏮ Prev" title = "Previous move" -%]
[%- INCLUDE upper_button targetclasses = ["pause", "play"] text = "▶ Play" title = "Play" -%]
[%- INCLUDE upper_button targetclasses = ["fastforward"] text = "Next ⏭" title = "Next move" -%]
</div>

[% IF 0 %]
Expand Down

0 comments on commit bd37d90

Please sign in to comment.