- Patch #639628 by c960657: fixed malformed alt text on theme admin page.

merge-requests/26/head
Dries Buytaert 2009-11-22 18:42:55 +00:00
parent c881694eb4
commit a855fe0e99
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ function system_themes_form() {
break;
}
}
$screenshot = $screenshot ? theme('image', array('path' => $screenshot, 'alt' => t('Screenshot for %theme theme', array('%theme' => $theme->info['name'])), 'title' => '', 'attributes' => array('class' => array('screenshot')), 'getsize' => FALSE)) : t('no screenshot');
$screenshot = $screenshot ? theme('image', array('path' => $screenshot, 'alt' => t('Screenshot for !theme theme', array('!theme' => $theme->info['name'])), 'title' => '', 'attributes' => array('class' => array('screenshot')), 'getsize' => FALSE)) : t('no screenshot');
$form[$theme->name]['screenshot'] = array('#markup' => $screenshot);
$form[$theme->name]['info'] = array(