diff options
Diffstat (limited to 'buildscripts/texbuilder/quickstart')
| -rw-r--r-- | buildscripts/texbuilder/quickstart/build.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/buildscripts/texbuilder/quickstart/build.php b/buildscripts/texbuilder/quickstart/build.php index b5ee7841..2cee7fee 100644 --- a/buildscripts/texbuilder/quickstart/build.php +++ b/buildscripts/texbuilder/quickstart/build.php @@ -36,9 +36,9 @@ foreach($pages as $chapter => $sections)  		$current_path = $page;
  		$parser->setCurrentPage($current_path);
 -		//add id to <h1>, <h2>, <3>
 +		//add id to <h1>, <h2>, <h3> and <p>
  		$tmp_content = $parser->set_header_id(file_get_contents($page),$j++);
 -//		file_put_contents($page, $tmp_content);
 +		file_put_contents($page, $tmp_content);
  		$content .= $parser->get_section_label($section);
  		$file_content = file_get_contents($page);
 | 
