diff --git a/application/views/person/gradelist/gradelist.php b/application/views/person/gradelist/gradelist.php
index f00978294..c6aaaa2f8 100644
--- a/application/views/person/gradelist/gradelist.php
+++ b/application/views/person/gradelist/gradelist.php
@@ -9,7 +9,8 @@
'fontawesome' => true,
'ajaxlib' => true,
'customCSSs' => array(
- 'public/css/tools/gradelist.css'
+ 'public/css/tools/gradelist.css',
+ 'public/css/fhcomplete.css'
),
'customJSs' => array(
'public/js/bootstrapper.js'
diff --git a/application/views/templates/FHC-Header.php b/application/views/templates/FHC-Header.php
index 6a96eb6f9..2c9768a50 100644
--- a/application/views/templates/FHC-Header.php
+++ b/application/views/templates/FHC-Header.php
@@ -93,8 +93,6 @@
// NavigationWidget CSS
if ($navigationwidget === true) generateCSSsInclude('public/css/NavigationWidget.css');
- generateCSSsInclude('public/css/fhcomplete.css');
-
// Eventually required CSS
generateCSSsInclude($customCSSs); // Eventually required CSS
diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php
index d40f9afc3..4f2e66a58 100644
--- a/rdf/diplomasupplement.xml.php
+++ b/rdf/diplomasupplement.xml.php
@@ -291,7 +291,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
echo ' Doktoratsstudium (UNESCO ISCED 8)';
echo ' University doctoral studies (UNESCO ISCED 8)';
}
- elseif($row->typ=='l' || $row->typ=='k')
+ elseif($row->typ=='l' || $row->typ=='k' || $row->typ=='e')
{
echo ' UNESCO ISCED 7';
echo ' Lehrgang zur Weiterbildung nach ยง9 FHStG idgF.';