Skip to content

Commit 2865d0f

Browse files
committed
div --> span
1 parent 52bbf5d commit 2865d0f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wled00/data/update.htm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ <h2>WLED Software Update</h2>
7171
<p>
7272
Installed version: <span class="sip installed-version">Loading...</span><br>
7373
Release: <span class="sip release-name">Loading...</span><br>
74-
<div id="release-download">
74+
<span id="release-download">
7575
Download the latest binary: <a class="release-repo" href="https://github.com/wled-dev/WLED/releases" target="_blank" rel="noopener noreferrer"
7676
style="vertical-align: text-bottom; display: inline-flex;">
7777
<img class="release-badge" src="https://img.shields.io/github/release/wled-dev/WLED.svg?style=flat-square" alt="checking ..."></a><br>
78-
</div>
78+
</span>
7979
</p>
8080
<input type="hidden" name="skipValidation" value="" id="sV">
8181
<input type='file' name='update' required><br> <!--should have accept='.bin', but it prevents file upload from android app-->

0 commit comments

Comments
 (0)