Index: lams_central/web/includes/javascript/authoring/authoringActivity.js =================================================================== diff -u -rb5f9c6df8c12ecc62e27fab71c6b3e8d8c3d499b -r05d5bc3c7d3c90b433c839b898e33b7a29d35b8c --- lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision b5f9c6df8c12ecc62e27fab71c6b3e8d8c3d499b) +++ lams_central/web/includes/javascript/authoring/authoringActivity.js (.../authoringActivity.js) (revision 05d5bc3c7d3c90b433c839b898e33b7a29d35b8c) @@ -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 +};