1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Fix typo in example splash screen

Missed off cfb2d7c
This commit is contained in:
Jermolene 2018-09-27 10:11:54 +01:00
parent cfb2d7c9c8
commit 86f2de0dda

View File

@ -103,8 +103,6 @@ Please wait while {{$:/SiteTitle}} is loading
<div class="tc-splash-bounce-3"></div>
</div>
</div>
<!-- Demonstrating how to embed a wikitext SVG graphic -->
<div class="tc-splash-text">
{{$:/core/images/home-button||$:/core/templates/plain-text-tiddler}}
@ -114,3 +112,5 @@ Please wait while {{$:/SiteTitle}} is loading
<div class="tc-splash-text">
<img src="data:image/jpeg;base64,{{Motovun Jack.jpg||$:/core/templates/plain-text-tiddler}}" width="100"/>
</div>
</div>