diff options
author | xue <> | 2006-01-29 03:54:44 +0000 |
---|---|---|
committer | xue <> | 2006-01-29 03:54:44 +0000 |
commit | 2dda03e2a747d03b71d041e70f3ff04420d80287 (patch) | |
tree | 7290d985a57061d3f96c344c2fbae4a2cec2e9f8 /buildscripts/texbuilder/build.php | |
parent | d21b8fb8679e42cee8ffcff9f5bf201f6fa5d3d7 (diff) |
updated hyperlinks in quickstart tutorial
Diffstat (limited to 'buildscripts/texbuilder/build.php')
-rw-r--r-- | buildscripts/texbuilder/build.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/texbuilder/build.php b/buildscripts/texbuilder/build.php index 8b3fa844..b5f545e4 100644 --- a/buildscripts/texbuilder/build.php +++ b/buildscripts/texbuilder/build.php @@ -159,7 +159,7 @@ function parse_html($page,$html) //runbar
$html = preg_replace('/<com:RunBar\s+PagePath="([^"]*)"\s+\/>/',
- 'Try, \texttt{http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=$1}', $html);
+ 'Try, \href{http://www.pradosoft.com/prado3/demos/quickstart/index.php?page=$1}{$1}', $html);
//text modifiers
$html = preg_replace('/<b>([^<]*)<\/b>/', '\textbf{$1}', $html);
@@ -235,4 +235,4 @@ if($count > 1) }
-?>
\ No newline at end of file +?>
|