mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-19 11:51:07 -07:00
Fix unclickable download link in upgrade wizard
This commit is contained in:
parent
c9ce606b7c
commit
34461cb2fe
1 changed files with 4 additions and 6 deletions
|
|
@ -15,10 +15,6 @@ Drag a ~TiddlyWiki file here to upgrade it
|
|||
|
||||
or click to pick a file <$browse/>
|
||||
|
||||
---
|
||||
|
||||
//Your data will not leave your browser. [[Download|http://tiddlywiki.com/upgrade.html]] this upgrader to use it offline//
|
||||
|
||||
</$list>
|
||||
|
||||
<$reveal state="$:/Import!!status" type="match" text="pending">
|
||||
|
|
@ -49,8 +45,10 @@ For help and support, visit [[the TiddlyWiki discussion forum|http://groups.goog
|
|||
|
||||
</$reveal>
|
||||
|
||||
//(version <<version>>)//
|
||||
|
||||
</div>
|
||||
|
||||
version <<version>>
|
||||
|
||||
//Your data will not leave your browser. <a href="http://tiddlywiki.com/upgrade.html" download="upgrade.html">Download</a> this upgrader to use it offline//
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue