From 658a7e1c4cf5a53dcd61ee196658090d00f2d64a Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 29 Dec 2005 11:52:31 +0000 Subject: Used THighlighter to show code fragments. --- demos/quickstart/protected/pages/ViewSource.php | 1 + 1 file changed, 1 insertion(+) (limited to 'demos/quickstart/protected/pages/ViewSource.php') diff --git a/demos/quickstart/protected/pages/ViewSource.php b/demos/quickstart/protected/pages/ViewSource.php index 4ac2c816..65cefa70 100644 --- a/demos/quickstart/protected/pages/ViewSource.php +++ b/demos/quickstart/protected/pages/ViewSource.php @@ -60,6 +60,7 @@ class ViewSource extends TPage } $this->SourceView->Text=highlight_string(file_get_contents($this->_fullPath),true); + //$this->SourceView->Text=file_get_contents($this->_fullPath); } } -- cgit v1.2.3