From 13571a6254c6dc128f9650609fb0897e4feeaa6f Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Wed, 16 May 2012 17:36:07 +0000 Subject: [PATCH] Implement pagerepeat tag for html files --- etemplate/inc/class.bo_merge.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.bo_merge.inc.php b/etemplate/inc/class.bo_merge.inc.php index d04fd1e5ef..17cd42503d 100644 --- a/etemplate/inc/class.bo_merge.inc.php +++ b/etemplate/inc/class.bo_merge.inc.php @@ -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':