diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 20:13:38 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-23 20:13:38 +0000 |
commit | 156c4f35483aa075e207dd4c64d03e4cbe28e9d7 (patch) | |
tree | 7a729d0b71ac008cb1055cd3c9338b0ed8e816ea /modules | |
parent | a164d0ee8049b7b30ae7c6e1963925173871de2c (diff) |
Fix HTML errors.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/carousel/helpers/carousel_block.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/carousel/helpers/carousel_block.php b/modules/carousel/helpers/carousel_block.php index a93cfef6..de131625 100644 --- a/modules/carousel/helpers/carousel_block.php +++ b/modules/carousel/helpers/carousel_block.php @@ -22,10 +22,10 @@ class carousel_block_Core { public static function sidebar_blocks($theme) { $block = new Block(); $block->id = "gCarousel"; - $block->title = "Album: <a href=#>{$theme->item()->title_edit}</a>"; + $block->title = "Album: <a href=\"#\">{$theme->item()->title_edit}</a>"; $block->content = '<img src="' . url::base() . "modules/carousel/images/carousel.png" . - '" width="214"'; + '" width="214"/>'; return $block->__toString(); } }
\ No newline at end of file |