mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-03-12 05:21:18 +00:00
fix broken html of previous commit (mising ")
This commit is contained in:
parent
ca911842c1
commit
b509a460b7
@ -126,9 +126,9 @@
|
||||
<form class="post-area-new">
|
||||
<textarea placeholder="New Post..."></textarea>
|
||||
<div class="post-area-extras">
|
||||
<div class="post-area-attach" style="display: none;">
|
||||
<input type="file" id="fileInputAttach" style="font-size: 10px;/>
|
||||
</div>
|
||||
<span class="post-area-attach" style="display: none;">
|
||||
<input type="file" id="fileInputAttach" style="font-size: 10px;"/>
|
||||
</span>
|
||||
<span class="post-area-remaining">140</span>
|
||||
<button class="undo-unicode disabled" disabled="disabled">undo</button>
|
||||
<button class="post-submit disabled" disabled="disabled">post</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user