crowell / modpagespeed_tmp

Automatically exported from code.google.com/p/modpagespeed
Apache License 2.0
0 stars 0 forks source link

Removes whitespace and unwanted paragraph #577

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible if mod_pagespeed rewrite HTML content and make it into 1 line ? 
For the example :

------------ Normal HTML File Content ------------
<html>
<head>
<title>HTML Test File</title>
</head>
<body>
Hello world!
</body>
</html>
------------ Normal HTML File Content ------------

----------- Optimized HTML File Content ----------
<html><head><title>HTML Test File</title></head><body>Hello world!</body></html>
----------- Optimized HTML File Content ----------

Regards,

Original issue reported on code.google.com by dewangg...@xtremenitro.org on 27 Nov 2012 at 7:25

GoogleCodeExporter commented 9 years ago

Original comment by jmara...@google.com on 3 Dec 2012 at 7:27