From 3f9e3c42c7fd4b87d98e59b6078308233d840cf0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Mon, 14 May 2007 13:08:35 +0000 Subject: removed RequiresVersion tag from PDF building. --- buildscripts/texbuilder/Page2Tex.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildscripts/texbuilder/Page2Tex.php b/buildscripts/texbuilder/Page2Tex.php index ad712183..04a60f93 100644 --- a/buildscripts/texbuilder/Page2Tex.php +++ b/buildscripts/texbuilder/Page2Tex.php @@ -216,6 +216,9 @@ class Page2Tex //since $html = preg_replace('/]+>/', '', $html); + //requiresversion + $html = preg_replace('/]+>/', '', $html); + $html = html_entity_decode($html); return $html; -- cgit v1.2.3