Browse Source

fix broken html of previous commit (mising ")

readme-update
Miguel Freitas 8 years ago
parent
commit
b509a460b7
  1. 6
      home.html

6
home.html

@ -126,9 +126,9 @@ @@ -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…
Cancel
Save