Przeglądaj źródła

Fixed a typo in form-contact.html (#266)

tags/2.6.0
sadah 4 lat temu
rodzic
commit
0cb10e19cc
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      layouts/shortcodes/form-contact.html

+ 1
- 1
layouts/shortcodes/form-contact.html Wyświetl plik

@@ -15,6 +15,6 @@
<label class="{{ $.Scratch.Get "labelClasses" }}" for="message">{{ i18n "message" }}</label>
<textarea id="message" name="message" class="{{ $.Scratch.Get "inputClasses" }} h4" aria-labelledby="message"></textarea>

<input class="db w-100 mv2 white pa3 bn hover-shadow hover-bg-blck bg-animate bg-black" type="submit" value="{{ i18n "send" }}" />
<input class="db w-100 mv2 white pa3 bn hover-shadow hover-bg-black bg-animate bg-black" type="submit" value="{{ i18n "send" }}" />

</form>

Ładowanie…
Anuluj
Zapisz