Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Remove <br/> from index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Kuche <[email protected]>
  • Loading branch information
Zitrone44 committed Mar 30, 2018
1 parent 0e4063b commit 5ef36cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zlnk"
version = "0.3.0"
version = "0.3.1"
authors = ["Jonas Kuche <[email protected]>"]

[dependencies]
Expand Down
1 change: 0 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ <h1>Addresse Kürzen</h1>
<input id="longURL" type="url" placeholder="Lange Addresse" class="form-control"/>
<div id="longURLFeedback" class="invalid-feedback"></div>
</div>
<br/>
<input id="submitButton" type="submit" class="btn btn-primary" value="Kürzen"/>
</form>
<div id="resultContainer" class="invisible">
Expand Down

0 comments on commit 5ef36cb

Please sign in to comment.