Skip to content

Commit e334bdf

Browse files
committed
Fix bad value 'auto' for img height attribute
1 parent f8cf262 commit e334bdf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

index.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ See b<https://github.com/stroke-input> for the GitHub organisation.
3232
### Stroke Input Method (筆畫輸入法) for Android
3333

3434
==
35-
- [![Get it on F-Droid]{width=180 height=auto}(https://fdroid.gitlab.io/artwork/badge/get-it-on.png)][f-droid]
36-
- [![Get it on Google Play]{width=180 height=auto}(https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)][google-play]
35+
- [![Get it on F-Droid]{width=180}(https://fdroid.gitlab.io/artwork/badge/get-it-on.png)][f-droid]
36+
- [![Get it on Google Play]{width=180}(https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png)][google-play]
3737
- [Source code on GitHub](https://github.com/stroke-input/stroke-input-android)
3838
==
3939

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ <h2>Implementations</h2>
2121
<h3>Stroke Input Method (<span lang="zh-Hant">筆畫輸入法</span>) for Android</h3>
2222
<ul>
2323
<li>
24-
<a href="https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="180" height="auto"></a>
24+
<a href="https://f-droid.org/en/packages/io.github.yawnoc.strokeinput/"><img alt="Get it on F-Droid" src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" width="180"></a>
2525
</li>
2626
<li>
27-
<a href="https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="180" height="auto"></a>
27+
<a href="https://play.google.com/store/apps/details?id=io.github.yawnoc.strokeinput"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png" width="180"></a>
2828
</li>
2929
<li>
3030
<a href="https://github.com/stroke-input/stroke-input-android">Source code on GitHub</a>

0 commit comments

Comments
 (0)