From 45b0fe42a979d444d547a5248eb2e9e915aaf16a Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 14 Jan 2007 02:10:24 +0000 Subject: Add "block-content" to allow user comments on block level elements in quickstart docs. --- buildscripts/texbuilder/quickstart/build.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildscripts/texbuilder/quickstart') 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

,

, <3> + //add id to

,

,

and

$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); -- cgit v1.2.3