Implement pagerepeat tag for html files

This commit is contained in:
Nathan Gray 2012-05-16 17:36:07 +00:00
parent 92471650fe
commit 13571a6254

View File

@ -804,6 +804,7 @@ abstract class bo_merge
case 'application/vnd.oasis.opendocument.text':
case 'application/vnd.oasis.opendocument.spreadsheet':
case 'application/xml':
case 'text/html':
return $contentstart.implode('',$contentrep).$contentend;
case 'application/vnd.openxmlformats-officedocument.wordprocessingml.document':
case 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet':