Skip to content
Snippets Groups Projects
Commit 29a8559f authored by Matthai Kurian's avatar Matthai Kurian
Browse files

OO-307: corrected short title display

parent 983b7b51
No related branches found
No related tags found
No related merge requests found
......@@ -61,8 +61,6 @@ public class TitledWrapperHelper {
String description = null;
if (StringHelper.containsNonWhitespace(courseNode.getLearningObjectives())) {
if (StringHelper.containsNonWhitespace(title)) {
description = "<h4>" + title + "</h4>" + courseNode.getLearningObjectives();
} else {
description = courseNode.getLearningObjectives();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment