Merge pull request #11985 from Tayyyyyyy/admin_pencode

Add admin pencode: style, class, and img
This commit is contained in:
Fox McCloud
2019-08-14 22:22:34 -04:00
committed by GitHub
5 changed files with 44 additions and 4 deletions
+1 -1
View File
@@ -2186,7 +2186,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)