Show
Ignore:
Timestamp:
05/14/2007 08:08:35 AM (20 months ago)
Author:
xue
Message:

removed RequiresVersion? tag from PDF building.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/buildscripts/texbuilder/Page2Tex.php

    r1902 r1950  
    217217                $html = preg_replace('/<com:SinceVersion[^>]+>/', '', $html); 
    218218 
     219                //requiresversion 
     220                $html = preg_replace('/<com:RequiresVersion[^>]+>/', '', $html); 
     221 
    219222                $html = html_entity_decode($html); 
    220223