Skip to content

Commit

Permalink
refs #824
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Oct 19, 2023
1 parent 4867134 commit 565552c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/OCModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,8 +347,8 @@ public static function createScheduleEventXML($course_id, $resource_id, $termin_
<dcterms:contributor><![CDATA[' . urlencode($contributor) . ']]></dcterms:contributor>
<dcterms:created xsi:type="dcterms:W3CDTF">' . self::getDCTime($start_time) . '</dcterms:created>
<dcterms:temporal xsi:type="dcterms:Period">start=' . self::getDCTime($start_time) . '; end=' . self::getDCTime($end_time) . '; scheme=W3C-DTF;</dcterms:temporal>
<dcterms:description><![CDATA[' . urlencode($description) . ']]></dcterms:description>
<dcterms:subject><![CDATA[' . urlencode($abstract) . ']]></dcterms:subject>
<dcterms:description><![CDATA[' . urlencode(str_replace('%', '', $description)) . ']]></dcterms:description>
<dcterms:subject><![CDATA[' . urlencode(str_replace('%', '', $abstract)) . ']]></dcterms:subject>
<dcterms:language><![CDATA[' . $language . ']]></dcterms:language>
<dcterms:spatial>' . $device . '</dcterms:spatial>
<dcterms:title><![CDATA[' . urlencode($title) . ']]></dcterms:title>
Expand Down

0 comments on commit 565552c

Please sign in to comment.