Changeset 1653 for trunk/buildscripts
- Timestamp:
- 01/24/2007 11:49:22 PM (23 months ago)
- Files:
-
- 1 modified
-
trunk/buildscripts/texbuilder/Page2Tex.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildscripts/texbuilder/Page2Tex.php
r1618 r1653 212 212 213 213 $html = preg_replace('/<!--(.*)-->/', '', $html); 214 $html = preg_replace('/<div class="last-modified">((.|\n)*?)<\/div>/', '', $html); 214 215 215 216 … … 301 302 return "<h3 id=\"".($page + (++self::$header_count))."\">"; 302 303 } 303 304 304 305 function set_block_content_id($content) 305 306 { … … 323 324 } 324 325 else 325 { 326 { 326 327 $changes = str_replace('"source"', '"source block-content" id="code-'.$id.'"', $matches[0]); 327 328 return $changes;
