diff options
author | xue <> | 2005-12-26 03:18:00 +0000 |
---|---|---|
committer | xue <> | 2005-12-26 03:18:00 +0000 |
commit | a433c6c39bdaa5a53238596853617228be8ad07f (patch) | |
tree | f0e63d29be942f5c1add196e9e8235810b18b952 /demos/quickstart/protected/pages/ViewSource.php | |
parent | b5c09ced2f84a18afc11871904bd5706ae0ec3c2 (diff) |
Diffstat (limited to 'demos/quickstart/protected/pages/ViewSource.php')
-rw-r--r-- | demos/quickstart/protected/pages/ViewSource.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/ViewSource.php b/demos/quickstart/protected/pages/ViewSource.php index 9509e400..4ac2c816 100644 --- a/demos/quickstart/protected/pages/ViewSource.php +++ b/demos/quickstart/protected/pages/ViewSource.php @@ -37,7 +37,7 @@ class ViewSource extends TPage $basePath=dirname($this->_fullPath);
if($dh=opendir($basePath))
{
- $str="<h4>{$this->_path}</h4>\n";
+ $str="<h2>{$this->_path}</h2>\n";
while(($file=readdir($dh))!==false)
{
if(is_file($basePath.'/'.$file))
|