Skip to content

Commit

Permalink
fix special character problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rlucke committed Nov 22, 2017
1 parent 9139f51 commit 3e79c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/DiscussionBlock/GroupDiscussion.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function ($ancestor) {

return sprintf(
'%s (id:%s)',
join(' » ', $ancestors),
join(' > ', $ancestors),
$this->generateID()
);
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginname=Courseware
pluginclassname=Courseware
pluginclassname=CoursewareObserver
origin=virtUOS
version=2.1.6
version=2.1.7
category=Lehr- und Lernorganisation
icon=../../../assets/images/icons/black/group3.svg
homepage=https://github.com/virtuos/courseware
Expand Down

0 comments on commit 3e79c1e

Please sign in to comment.