------------------------------------------------------------
revno: 875
committer: Christopher Adams <[email protected]>
branch nick: aikiframework
timestamp: Thu 2011-07-07 01:17:22 +0000
message:
fixed regression of bug 542499 in commit 873; stylesheet URLs need &
modified:
src/libs/output.php
src/libs/widgets.php
--
lp:aikiframework
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk
Your team Aiki Framework Developers is subscribed to branch lp:aikiframework.
To unsubscribe from this branch go to
https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'src/libs/output.php'
--- src/libs/output.php 2011-07-04 20:29:14 +0000
+++ src/libs/output.php 2011-07-07 01:17:22 +0000
@@ -162,7 +162,7 @@
$header .= sprintf(
'<link rel="stylesheet" type="text/css" '.
- ' href="%sstyle.php?site=%s&widgets=%s&language=%s" />',
+ ' href="%sstyle.php?site=%s&widgets=%s&language=%s" />',
$config['url'],
$site,
implode("_", $layout->widgets_css),
=== modified file 'src/libs/widgets.php'
--- src/libs/widgets.php 2011-07-04 20:29:14 +0000
+++ src/libs/widgets.php 2011-07-07 01:17:22 +0000
@@ -63,7 +63,7 @@
* Stores a string with a the "list" of widget included in widget.
*
* it will be used for loading style as as
- * <link rel='stylesheet' .. href="style.php?site=default&widgets=14_21_16_595_17....
+ * <link rel='stylesheet' .. href="style.php?site=default&widgets=14_21_16_595_17....
*/
public $widgets_css;
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help : https://help.launchpad.net/ListHelp