mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-10-02 15:00:02 +00:00
Return pasties into a proper html page.
I don't think html escaping is needed, since pasties go through the colorizer first. I don't really like the workaround to not call on_send() when I don't want the html output, it's a bit omg what's going on there... I'll have to rewrite that bit.
This commit is contained in:
parent
54e737c171
commit
06920f8d84
6 changed files with 55 additions and 20 deletions
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
|
||||
<div id="content">
|
||||
<p></p>
|
||||
<p>{{pastie}}</p>
|
||||
</div>
|
||||
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue