From 2dda03e2a747d03b71d041e70f3ff04420d80287 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sun, 29 Jan 2006 03:54:44 +0000
Subject: updated hyperlinks in quickstart tutorial
---
buildscripts/texbuilder/build.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'buildscripts/texbuilder/build.php')
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('//',
- '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>/', '\textbf{$1}', $html);
@@ -235,4 +235,4 @@ if($count > 1)
}
-?>
\ No newline at end of file
+?>
--
cgit v1.2.3