1
0
mirror of https://github.com/Tygs/0bin.git synced 2023-08-10 21:13:00 +03:00

Fix w3c validation

This commit is contained in:
Rémy HUBSCHER 2013-01-24 10:59:25 +01:00
parent 6170665e1c
commit b241b86125
2 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@
%if settings.DISPLAY_COUNTER:
<h4 id="pixels-total" >
<p>ø</p>
<strong>{{ pastes_count }}</strong> </br>pastes øbinned
<strong>{{ pastes_count }}</strong> <br/>pastes øbinned
</h4>
%end

View File

@ -72,14 +72,14 @@
<button class="btn btn-danger">Cancel clone</button>
</p>
<p>
<div>
<div class="progress progress-striped active">
<div class="bar"></div>
</div>
<textarea rows="10" style="width:100%;"
class="input-xlarge"
id="content" name="content"></textarea>
</p>
</div>
</form>
</div>