From 312e59ec7a5c54792b11afcaefe5c3091c0f8d62 Mon Sep 17 00:00:00 2001 From: Yannick Warnier Date: Tue, 11 Dec 2012 21:01:33 -0500 Subject: [PATCH] WCAG AAA recommends leaving decorative image's alt empty, so altering previous commits --- main/template/default/auth/courses_categories.php | 2 +- main/template/default/layout/hot_course_item.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/template/default/auth/courses_categories.php b/main/template/default/auth/courses_categories.php index 6b4fac91fa..5df57d6804 100644 --- a/main/template/default/auth/courses_categories.php +++ b/main/template/default/auth/courses_categories.php @@ -149,7 +149,7 @@ $stok = Security::get_token(); echo '
'; if (api_get_setting('show_courses_descriptions_in_catalog') == 'true') { echo ''; - echo ''.$title.''; + echo ''; echo ''; } else { echo ''.$title.''; diff --git a/main/template/default/layout/hot_course_item.tpl b/main/template/default/layout/hot_course_item.tpl index 99b70ca503..d3a273bde5 100644 --- a/main/template/default/layout/hot_course_item.tpl +++ b/main/template/default/layout/hot_course_item.tpl @@ -5,7 +5,7 @@
- {{ hot_course.extra_info.title}} +