Skip to content

Commit

Permalink
correct string
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay-Kha authored Jan 12, 2018
1 parent 1e5fc1c commit 0c19a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions firmware-src/pages/base64.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<button class="btn_event btn_convert" type="button" onClick="frombase64();">Convert from Base64</button>
<label for="string">String: </label>
<textarea id="string"></textarea>
<button class="btn_event btn_convert" type="button" onClick="fromstring();">Convert to String</button>
<button class="btn_event btn_convert" type="button" onClick="fromstring();">Convert from String</button>
<div id="plength"></div>
</form>
</div>
</body>
</html>
</html>

0 comments on commit 0c19a9b

Please sign in to comment.