From b54d8a974cc5bb581e6326b71cc67611de795432 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 12 Feb 2010 19:53:13 +0000 Subject: Changed the tags a bit for more convenient css-ing. --- utils/modules/downloads.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'utils/modules') diff --git a/utils/modules/downloads.php b/utils/modules/downloads.php index 1356fc1..99e9962 100644 --- a/utils/modules/downloads.php +++ b/utils/modules/downloads.php @@ -79,15 +79,16 @@ class DownloadItem { $str = ""; $str .= "
\n"; + $str .= "
type."\">\n"; $str .= " ".$this->title."\n"; if($this->type == "image") { - $str .= " \"".$this-title. + $str .= " \"".$this-title. "\" src=\"".$this->value."\"/>\n"; } if($this->type == "youtube") { - $str .= "\n"; + $str .= "\n"; $str .= "value."\">\n"; $str .= "value."\" ". "type=\"application/x-shockwave-flash\" width=\"".$VIDEO_WIDTH."\" height=\"400\">\n"; @@ -96,7 +97,7 @@ class DownloadItem { } if($this->type == "vimeo") { - $str .= "\n"; + $str .= "\n"; $str .= " \n"; $str .= " \n"; $str .= " value."&server=www.vimeo.com&show_title=1&show_byline=1&show_portrait=0&color=&fullscreen=1\" /> \n"; @@ -115,6 +116,7 @@ class DownloadItem { $str .= $s->show(); } $str .= " \n"; + $str .= " \n"; $str .= " \n"; return $str; @@ -162,7 +164,7 @@ class DownloadGroup { $str .= "
\n"; - $str .= " ".$this->title."\n"; + $str .= "
".$this->title."
\n"; $str .= "
\n"; if($this->items) { foreach($this->items as $i) { -- cgit v1.2.3