From 3acdf94569f689f74ebf7350fa1fad85b93f555a Mon Sep 17 00:00:00 2001 From: skodak Date: Wed, 22 Nov 2006 22:41:01 +0000 Subject: [PATCH] Ensure all table headers are marked up with 'th' MDL-7438 --- admin/langimport.php | 6 +++--- admin/roles/assign.html | 10 +++++----- blog/tags.html | 4 ++-- course/importstudents.html | 10 +++++----- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/admin/langimport.php b/admin/langimport.php index 7d849a7416..061cfde34f 100755 --- a/admin/langimport.php +++ b/admin/langimport.php @@ -244,11 +244,11 @@ } print_simple_box_start('center','60%'); - echo '
'; + echo ''; + echo ''; echo '
'; echo get_string('installedlangs','admin'); - echo ''; + echo ''; echo get_string('availablelangs','admin'); - echo '
'; echo '
'; echo ''; diff --git a/admin/roles/assign.html b/admin/roles/assign.html index c6616e5f61..668123d30b 100755 --- a/admin/roles/assign.html +++ b/admin/roles/assign.html @@ -8,13 +8,13 @@ - - +
+ - - + + - +
diff --git a/blog/tags.html b/blog/tags.html index ec54294367..56ef37c087 100755 --- a/blog/tags.html +++ b/blog/tags.html @@ -8,8 +8,8 @@ print_heading(get_string('tagmanagement')); - - + + diff --git a/course/importstudents.html b/course/importstudents.html index 92c4c1c820..7c3c198b6f 100644 --- a/course/importstudents.html +++ b/course/importstudents.html @@ -5,13 +5,13 @@
- - +
+ - - + + - +
-- 2.39.5