diff options
author | ctrlaltca <> | 2012-06-25 14:33:45 +0000 |
---|---|---|
committer | ctrlaltca <> | 2012-06-25 14:33:45 +0000 |
commit | 4f7930e4f76eed1895128f3bb70f6293db85b269 (patch) | |
tree | 051989c62732ec7cef527b40708cfb046deaa978 | |
parent | 4cf0ed8cd5afb3c533b798509b8e08249c3a5f6b (diff) |
small fix to website data generation
-rw-r--r-- | buildscripts/classtree/build.php | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/Fundamentals/Components.page | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/buildscripts/classtree/build.php b/buildscripts/classtree/build.php index f91bc629..c3c3d2f0 100644 --- a/buildscripts/classtree/build.php +++ b/buildscripts/classtree/build.php @@ -11,7 +11,7 @@ Prado::using('System.Data.SqlMap.TSqlMapManager'); $exclusions=array(
'pradolite.php',
'prado-cli.php',
- 'jsmin.php',
+ 'JSMin.php',
'.svn',
'/I18N/core',
'/3rdParty',
diff --git a/demos/quickstart/protected/pages/Fundamentals/Components.page b/demos/quickstart/protected/pages/Fundamentals/Components.page index 2ce96607..9326d89c 100644 --- a/demos/quickstart/protected/pages/Fundamentals/Components.page +++ b/demos/quickstart/protected/pages/Fundamentals/Components.page @@ -51,7 +51,7 @@ $component->getFont()->setName( $name ); </com:TTextHighlighter>
</p>
-<h3>Js-friendly properties</h3>
+<h3 id="26001">Js-friendly properties</h3>
<p class="block-content">
A JavaScript-friendly property is a property that can accept both simple strings and raw javascript.
Prado automatically encodes all properties sent clientside inside javascript blocks to avoid security problems (like injections or cross site scripting).
|