diff options
Diffstat (limited to 'user_guide/license.html')
-rw-r--r-- | user_guide/license.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide/license.html b/user_guide/license.html index 681ebba7d..b668ac7af 100644 --- a/user_guide/license.html +++ b/user_guide/license.html @@ -12,7 +12,7 @@ <script type="text/javascript" src="nav/moo.fx.js"></script>
<script type="text/javascript">
window.onload = function() {
- myHeight = new fx.Height('nav', {duration: 400});
+ myHeight = new fx.Height('nav', {duration: 400});
myHeight.hide();
}
</script>
@@ -65,7 +65,7 @@ License Agreement <h1>Code Igniter License Agreement</h1>
-<p>Copyright (c) 2006, pMachine, Inc.<br />
+<p>Copyright (c) 2006, pMachine, Inc.<br />
All rights reserved.</p>
<p>This license is a legal agreement between you and pMachine Inc. for the use of Code Igniter Software (the "Software"). By obtaining the Software you agree to comply with the terms and conditions of this license.</p>
|