diff options
| -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).
  | 
