File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1227,14 +1227,6 @@ public function emitToken($token, $mode = null) {
1227
1227
'attr ' => array ()
1228
1228
));
1229
1229
1230
- /* Act as if a start tag token with the tag name "p" had
1231
- been seen. */
1232
- $ this ->emitToken (array (
1233
- 'name ' => 'p ' ,
1234
- 'type ' => HTML5_Tokenizer::STARTTAG ,
1235
- 'attr ' => array ()
1236
- ));
1237
-
1238
1230
/* Act as if a start tag token with the tag name "label"
1239
1231
had been seen. */
1240
1232
$ this ->emitToken (array (
@@ -1279,13 +1271,6 @@ public function emitToken($token, $mode = null) {
1279
1271
'type ' => HTML5_Tokenizer::ENDTAG
1280
1272
));
1281
1273
1282
- /* Act as if an end tag token with the tag name "p" had
1283
- been seen. */
1284
- $ this ->emitToken (array (
1285
- 'name ' => 'p ' ,
1286
- 'type ' => HTML5_Tokenizer::ENDTAG
1287
- ));
1288
-
1289
1274
/* Act as if a start tag token with the tag name "hr" had
1290
1275
been seen. */
1291
1276
$ this ->emitToken (array (
You can’t perform that action at this time.
0 commit comments