Index: lams_central/web/includes/javascript/authoring/authoringActivity.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringActivity.js,v diff -u -r1.38 -r1.39 --- lams_central/web/includes/javascript/authoring/authoringActivity.js 9 Jul 2014 09:37:57 -0000 1.38 +++ lams_central/web/includes/javascript/authoring/authoringActivity.js 19 Oct 2014 06:28:43 -0000 1.39 @@ -285,7 +285,7 @@ }); var title = this.branchingActivity.title; - paper.text(x + 8, y + 27, title + '\n' + (this.isStart ? LABELS.BRANCHING_START_SUFFIX + paper.text(x + 8, y + 27, title + ' ' + (this.isStart ? LABELS.BRANCHING_START_SUFFIX : LABELS.BRANCHING_END_SUFFIX)) .attr(layout.defaultTextAttributes); @@ -1306,4 +1306,4 @@ branchingActivity.longestBranchLength = longestBranchLength; } -}; \ No newline at end of file +};