Author: pmacadden
Date: 2010-05-05 15:55:43 +0200 (Wed, 05 May 2010)
New Revision: 29359
Modified:
plugins/pmHighslideJSPlugin/trunk/lib/helper/HighslideHelper.php
Log:
Fixed missing ';'
Modified: plugins/pmHighslideJSPlugin/trunk/lib/helper/HighslideHelper.php
===================================================================
--- plugins/pmHighslideJSPlugin/trunk/lib/helper/HighslideHelper.php
2010-05-05 13:07:02 UTC (rev 29358)
+++ plugins/pmHighslideJSPlugin/trunk/lib/helper/HighslideHelper.php
2010-05-05 13:55:43 UTC (rev 29359)
@@ -104,7 +104,7 @@
$html = _get_graphics_dir();
$html .= _get_outline($options);
- $hs = "return hs.expand(this"
+ $hs = "return hs.expand(this";
if (isset($options["width"]))
if (isset($options["height"]) && isset($options["group"]))
$hs .= ", { width: ".$options["width"].", height:
".$options["height"].", slideshowGroup: '".$options["group"]."'}";
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.