Index: lams_tool_assessment/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_assessment/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:45 -0000 1.1.2.16 +++ lams_tool_assessment/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:51:14 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_bbb/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_bbb/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_bbb/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:52 -0000 1.1.2.17 +++ lams_tool_bbb/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:51:21 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_chat/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_chat/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:43 -0000 1.1.2.17 +++ lams_tool_chat/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:51:27 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_daco/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_daco/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_daco/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:33 -0000 1.1.2.16 +++ lams_tool_daco/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:51:34 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_forum/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.18 -r1.1.2.19 --- lams_tool_forum/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:42 -0000 1.1.2.18 +++ lams_tool_forum/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:51:40 -0000 1.1.2.19 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_gmap/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_gmap/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_gmap/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:29 -0000 1.1.2.17 +++ lams_tool_gmap/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:34 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_images/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_images/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:55 -0000 1.1.2.16 +++ lams_tool_images/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:42 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_imscc/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_imscc/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_imscc/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:46 -0000 1.1.2.16 +++ lams_tool_imscc/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:48 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_kaltura/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_kaltura/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_kaltura/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:31 -0000 1.1.2.16 +++ lams_tool_kaltura/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:57 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_lamc/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_lamc/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:48 -0000 1.1.2.17 +++ lams_tool_lamc/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:51:03 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_laqa/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.18 -r1.1.2.19 --- lams_tool_laqa/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:33 -0000 1.1.2.18 +++ lams_tool_laqa/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:24 -0000 1.1.2.19 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_larsrc/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_larsrc/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:45 -0000 1.1.2.16 +++ lams_tool_larsrc/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:16 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_leader/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_leader/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_leader/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:32 -0000 1.1.2.16 +++ lams_tool_leader/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:10 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_mindmap/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_mindmap/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_mindmap/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:37 -0000 1.1.2.16 +++ lams_tool_mindmap/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:50:04 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_nb/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_nb/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:44 -0000 1.1.2.17 +++ lams_tool_nb/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:59 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_notebook/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.19 -r1.1.2.20 --- lams_tool_notebook/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:27 -0000 1.1.2.19 +++ lams_tool_notebook/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:42 -0000 1.1.2.20 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_pixlr/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_pixlr/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_pixlr/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:53 -0000 1.1.2.16 +++ lams_tool_pixlr/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:37 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_preview/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_preview/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_preview/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:39 -0000 1.1.2.16 +++ lams_tool_preview/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:32 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_sbmt/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_sbmt/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:49 -0000 1.1.2.17 +++ lams_tool_sbmt/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:26 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_scratchie/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scratchie/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_scratchie/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:35 -0000 1.1.2.16 +++ lams_tool_scratchie/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:20 -0000 1.1.2.17 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_scribe/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_scribe/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:54 -0000 1.1.2.17 +++ lams_tool_scribe/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:15 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:38 -0000 1.1.2.17 +++ lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:05 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_survey/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_survey/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:36 -0000 1.1.2.17 +++ lams_tool_survey/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:49:00 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) { Index: lams_tool_task/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_task/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.17 -r1.1.2.18 --- lams_tool_task/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:39 -0000 1.1.2.17 +++ lams_tool_task/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:48:53 -0000 1.1.2.18 @@ -181,7 +181,7 @@ if ( showControlBar == 1 ) { allowRestart = result.allowRestart; - $('.lessonName').html(result.title); + $('.lessonName').html(result.title.replace(/_/g, " ")); fillProgressBar('learnerMainBar'); $('#navcontent').addClass('navcontent'); } else if ( showControlBar == 2 ) {