summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorxue <>2007-01-18 15:04:54 +0000
committerxue <>2007-01-18 15:04:54 +0000
commit88f239a7af4de3d2a6beca21674b8ff9887c9c13 (patch)
tree2ddc159c167412e999bb5c6140580f02ecc9905c /framework
parent645c9ef3729a604df17ecdf74258f92ef73dd4f5 (diff)
fixed a typo.
Diffstat (limited to 'framework')
-rw-r--r--framework/PradoBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index 17a75fef..ee0e1602 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -110,7 +110,7 @@ class PradoBase
*/
public static function poweredByPrado()
{
- return '<a title="Powered by PRADO" href="http://www.pradosoft.com/"><img src="http://www.pradosoft.com/images/powered.gif" style="border-width:0px;" alt="Powered by PRADO" target="_blank" /></a>';
+ return '<a title="Powered by PRADO" href="http://www.pradosoft.com/" target="_blank"><img src="http://www.pradosoft.com/images/powered.gif" style="border-width:0px;" alt="Powered by PRADO" /></a>';
}
/**