https://bugzilla.wikimedia.org/show_bug.cgi?id=52760

       Web browser: ---
            Bug ID: 52760
           Summary: Close tags are stripped
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

$ echo '</b>' | php maintenance/parse.php 
<p>&lt;/b&gt;
</p>
$ echo '</b>' | tests/parse.js 
<body data-parsoid="{}"><p data-parsoid='{"dsr":[0,4,0,0]}'></p>
</body>

The lonely close tag is stripped by Parsoid, but it is sanitized (treated as
literal non-markup text) by the PHP parser.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to