Fix missing </div>

This commit is contained in:
Eliot Whalan 2016-06-23 15:32:50 +10:00
parent 339719798d
commit f292c2baec
No known key found for this signature in database
GPG Key ID: C0A42175139840D6
1 changed files with 4 additions and 3 deletions

View File

@ -443,6 +443,7 @@
<option value="sls">YAML+Jinja</option>
<option value="zephir">Zephir</option>
</select>
</div>
<div class="col-md-6">
<button type="submit" class="btn btn-raised btn-primary">Submit<div class="ripple-container"></div></button>
</div>
@ -453,9 +454,9 @@
</form>
<div class="well">
<code>$ &lt;command&gt; | curl -F 'p=&lt;-' https://p.pantsu.cat/save</code>
<p>https://p.pantsu.cat/save/(XML|JSON|HTML)</p>
<p>https://p.pantsu.cat/p/(PASTE)/(lang)</p>
<p>https://p.pantsu.cat/del/(PASTE)/(DELKEY)</p>
<code>https://p.pantsu.cat/save/(XML|JSON|HTML)</code>
<code>https://p.pantsu.cat/p/(PASTE)/(lang)</code>
<code>https://p.pantsu.cat/del/(PASTE)/(DELKEY)</code>
<p>Source: <a href="https://github.com/ewhal/Pastebin">Github</a></p>
</div>
</div>