Skip to content

Commit

Permalink
Merge pull request #5272 from dcapillae/hotfix/unnecessary-styles-in-…
Browse files Browse the repository at this point in the history
…add-cover

Removed unnecessary styles.
  • Loading branch information
mekarpeles authored Jun 11, 2021
2 parents 79e7e8c + 682c8d0 commit 95f1234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/templates/covers/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<div class="formElement">
<div class="label">
<label id="imageWeb" for="imageUrl">$:_("<span class=\"highlight\"><u>Or</u></span>, paste in the image URL if it's on the web.")</label>
<label id="imageWeb" for="imageUrl">$_("Or, paste in the image URL if it's on the web.")</label>
</div>
<div class="input">
<input type="text" name="url" id="imageUrl" value="$data.get('url', 'http://')" onClick="if(!this._haschanged && this.value == 'http://'){this.value=''};this._haschanged=true;"/>
Expand Down

0 comments on commit 95f1234

Please sign in to comment.