Fix textaerea containing spaces

This commit is contained in:
Daniel Berteaud 2015-07-25 13:29:16 +02:00
parent c34e2a5471
commit 4ebdf173c3
4 changed files with 4 additions and 8 deletions

View File

@ -30,8 +30,7 @@
class="form-control"
rows="10"
placeholder="<%= l('VROOM_IS_AWESOME') %>"
required>
</textarea>
required></textarea>
</div>
<button type="submit"
class="btn btn-primary">

View File

@ -34,8 +34,7 @@
id="message"
class="form-control"
rows="5"
placeholder="<%= l('DONT_WAIT_FOR_ME') %>">
</textarea>
placeholder="<%= l('DONT_WAIT_FOR_ME') %>"></textarea>
</div>
<div class="form-group">
<label>

View File

@ -46,8 +46,7 @@
<textarea id="message"
name="message"
class="form-control"
placeholder="<%= l('MESSAGE') %>">
</textarea>
placeholder="<%= l('MESSAGE') %>"></textarea>
</div>
</div>
<div class="form-group">

View File

@ -474,8 +474,7 @@
id="chatBox"
form_id="chatForm"
placeholder="<%= l('SET_YOUR_NAME_TO_CHAT') %>"
rows=1 disabled>
</textarea>
rows=1 disabled></textarea>
<span class="input-group-btn">
<button type="submit"
id="sendChat"