Index: lams_admin/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_admin/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.14 -r1.1.2.15 --- lams_admin/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:30 -0000 1.1.2.14 +++ lams_admin/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:40:02 -0000 1.1.2.15 @@ -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_central/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.19 -r1.1.2.20 --- lams_central/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:51 -0000 1.1.2.19 +++ lams_central/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:36:54 -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_gradebook/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_gradebook/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.4 -r1.1.2.5 --- lams_gradebook/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:47 -0000 1.1.2.4 +++ lams_gradebook/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:40:31 -0000 1.1.2.5 @@ -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_learning/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_learning/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.15 -r1.1.2.16 --- lams_learning/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:34 -0000 1.1.2.15 +++ lams_learning/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:40:54 -0000 1.1.2.16 @@ -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_monitoring/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.14 -r1.1.2.15 --- lams_monitoring/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:50 -0000 1.1.2.14 +++ lams_monitoring/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:41:04 -0000 1.1.2.15 @@ -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_vote/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_vote/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:41 -0000 1.1.2.16 +++ lams_tool_vote/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:44:54 -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_wiki/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_tool_wiki/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.16 -r1.1.2.17 --- lams_tool_wiki/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:40 -0000 1.1.2.16 +++ lams_tool_wiki/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:44:53 -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_www/web/WEB-INF/tags/Page.tag =================================================================== RCS file: /usr/local/cvsroot/lams_www/web/WEB-INF/tags/Attic/Page.tag,v diff -u -r1.1.2.5 -r1.1.2.6 --- lams_www/web/WEB-INF/tags/Page.tag 7 Dec 2016 16:27:28 -0000 1.1.2.5 +++ lams_www/web/WEB-INF/tags/Page.tag 24 Dec 2016 02:44:55 -0000 1.1.2.6 @@ -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 ) {