Commit f46e522
authored
Fixes some potential fatal errors in how paper handles language scrambling (yogstation13#7723)
* Fixes some potential fatal errors in /proc/scramble_HTML
* Massively simplifies the regex for scramble_HTML
Apparently this ought to be safe, since the plaintext inside has already been through html_encode() in some way, hopefully.
* plantext.group -> plaintext.group
* Fixes bug in new regex in scramble_HTML()1 parent f5ee3f4 commit f46e522Copy full SHA for f46e522
1 file changed
+6-5Lines changed: 6 additions & 5 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- code/modules/language
Expand file treeCollapse file tree
Open diff view settings
Collapse file
code/modules/language/language.dm
Copy file name to clipboardExpand all lines: code/modules/language/language.dm+6-5Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
111 | 111 | |
112 | 112 | |
113 | 113 | |
114 | | - |
| 114 | + |
115 | 115 | |
116 | 116 | |
117 | 117 | |
118 | | - |
119 | | - |
| 118 | + |
| 119 | + |
120 | 120 | |
121 | | - |
| 121 | + |
| 122 | + |
122 | 123 | |
123 | | - |
| 124 | + |
124 | 125 | |
125 | 126 | |
126 | 127 | |
|
0 commit comments