Ticket #50498: #50498.patch
File #50498.patch, 584 bytes (added by , 3 years ago) |
---|
-
atomlib.php
216 216 $this->content_ns_decls = array(); 217 217 218 218 if($this->is_html || $this->is_text) 219 trigger_error("Invalid content in element found. Content must not be of type text or htmlif it contains markup.");219 trigger_error("Invalid content in element found. Content must not be of type text or HTML if it contains markup."); 220 220 221 221 $attrs_prefix = array(); 222 222