From 175d5ce12049060a85f06785768e4da92032578c Mon Sep 17 00:00:00 2001 From: jbalogh@mozilla.com Date: Mon, 16 Mar 2009 22:43:10 +0000 Subject: bug 482651, fixing validation errors in the compatibility dashboard git-svn-id: http://svn.mozilla.org/addons/trunk@23363 4eb1ac78-321c-0410-a911-ec516a8615a5 --- diff --git a/site/app/views/compatibility/dashboard.thtml b/site/app/views/compatibility/dashboard.thtml index f3016fb..035727c 100644 --- a/site/app/views/compatibility/dashboard.thtml +++ b/site/app/views/compatibility/dashboard.thtml @@ -101,7 +101,7 @@
- image('wordmarks/firefox-'.$version.'_small.png')?> + image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?>
@@ -111,7 +111,7 @@
- image('wordmarks/firefox-'.$version.'_small.png')?> + image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?>

@@ -134,7 +134,7 @@
- image('wordmarks/firefox-'.$version.'_small.png')?> + image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?>
@@ -145,7 +145,7 @@
- image('wordmarks/firefox-'.$version.'_small.png')?> + image('wordmarks/firefox-'.$version.'_small.png', array('alt' => APP_PRETTYNAME." {$version}"))?>

@@ -158,7 +158,6 @@ $html->url('/'), APP_PRETTYNAME ))?> -
-- cgit v0.9.1