Add admin pencode: style, class, and img

This commit is contained in:
Tayyyyyyy
2019-08-12 09:47:59 -07:00
parent dc72550d87
commit 48c002b361
5 changed files with 36 additions and 4 deletions
+1 -1
View File
@@ -2181,7 +2181,7 @@
if(!input)
qdel(P)
return
input = P.parsepencode(input) // Encode everything from pencode to html
input = admin_pencode_to_html(html_encode(input)) // Encode everything from pencode to html
var/customname = clean_input("Pick a title for the fax.", "Fax Title", , owner)
if(!customname)