mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 19:47:37 +02:00
fixed indent in chat.tpl
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
<h4>[[modules:chat.chatting_with]]</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ul id="chat-content" class="well well-sm"></ul>
|
||||
<div class="input-group">
|
||||
<input id="chat-message-input" type="text" placeholder="[[modules:chat.placeholder]]" name="chat-message" class="form-control">
|
||||
<span class="input-group-btn">
|
||||
<button id="chat-message-send-btn" class="btn btn-primary" href="#" type="button">[[modules:chat.send]]</button>
|
||||
</span>
|
||||
</div>
|
||||
<ul id="chat-content" class="well well-sm"></ul>
|
||||
<div class="input-group">
|
||||
<input id="chat-message-input" type="text" placeholder="[[modules:chat.placeholder]]" name="chat-message" class="form-control">
|
||||
<span class="input-group-btn">
|
||||
<button id="chat-message-send-btn" class="btn btn-primary" href="#" type="button">[[modules:chat.send]]</button>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user