allenwan / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

<cite> tag handled as a block tag and not as an inline tag as it should #321

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Are you sure this is not a problem with your configuration? (ask on the
Google Group)

Minify commit/version: 2.1.7
PHP version: 5.4

What steps will reproduce the problem?
<p>Have you read <cite>Moby Dick</cite>?</p>

Expected output:
Have you read Moby Dick?

Actual output:
Have you readMoby Dick?

Fix: remove cite from the block tags regexp in min/lib/Minify/HTML.php, at line 
136

Original issue reported on code.google.com by s...@smz.it on 22 Aug 2014 at 5:04

GoogleCodeExporter commented 9 years ago
Fixed in master branch. Haven't had time to release 2.1.8.

Original comment by mrclay....@gmail.com on 22 Aug 2014 at 6:04

GoogleCodeExporter commented 9 years ago
My apologies for having missed that this is already fixed in master.
Hope to see it soon released.

Best regards,

smz

Original comment by s...@smz.it on 22 Aug 2014 at 11:52