diff --git a/locale/de-AT/global.php b/locale/de-AT/global.php
index 162afe281..646fb1a13 100755
--- a/locale/de-AT/global.php
+++ b/locale/de-AT/global.php
@@ -14,7 +14,7 @@ $this->phrasen['global/studiengangsmanagement']='Studiengangsmanagement';
$this->phrasen['global/geschaeftsfuehrendeltg']='geschäftsf. Leitung';
$this->phrasen['global/stellvertreter']='Stellvertreter';
$this->phrasen['global/sekretariat']='Sekretariat';
-$this->phrasen['global/studentenvertreter']='Studentenvertreter';
+$this->phrasen['global/studentenvertreter']='Studierendenvertreter';
$this->phrasen['global/lehrziele']='Lehrziele';
$this->phrasen['global/allgemeinerdownload']='Allgemeiner Download';
diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php
index 090d12f52..abadf8a25 100644
--- a/rdf/diplomasupplement.xml.php
+++ b/rdf/diplomasupplement.xml.php
@@ -209,9 +209,14 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
$qry = "SELECT von, bis FROM bis.tbl_bisio WHERE student_uid='".$uid_arr[$i]."'";
if($db->db_query($qry))
{
- if($row1 = $db->db_fetch_object())
+ if($db->db_num_rows()>0)
{
- echo " Auslandssemester/International semester ".$datum->convertISODate($row1->von)." - ".$datum->convertISODate($row1->bis)."";
+ echo " ";
+ while($row1 = $db->db_fetch_object())
+ {
+ echo "Auslandssemester/International semester ".$datum->convertISODate($row1->von)." - ".$datum->convertISODate($row1->bis)."\n";
+ }
+ echo "";
}
}
$stg_oe_obj = new studiengang($row->studiengang_kz);
diff --git a/system/templates/news_xslt_xhtml.xslt b/system/templates/news_xslt_xhtml.xslt
index 256474726..16d286a5c 100755
--- a/system/templates/news_xslt_xhtml.xslt
+++ b/system/templates/news_xslt_xhtml.xslt
@@ -100,34 +100,34 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-
+
Tel.:
-
+
Tel.:
-
+
Tel.:
-
+
Tel.:
-
+
diff --git a/system/xsl/diploma_supplement_0_v1.xsl b/system/xsl/diploma_supplement_0_v1.xsl
index 4a6d2dfe4..cce38f587 100644
--- a/system/xsl/diploma_supplement_0_v1.xsl
+++ b/system/xsl/diploma_supplement_0_v1.xsl
@@ -336,7 +336,7 @@
6.1 \n
Weitere Angaben \n Additional information
- \n
+
6.2 \n
@@ -454,4 +454,4 @@
-
\ No newline at end of file
+