Index: lams_admin/web/WEB-INF/tags/Page.tag =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_admin/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_admin/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_central/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_central/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_gradebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_gradebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_learning/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_learning/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_monitoring/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_monitoring/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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_assessment/web/WEB-INF/tags/Page.tag =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_assessment/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_assessment/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_bbb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_bbb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_chat/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_chat/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_daco/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_daco/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_forum/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_forum/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_gmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_gmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_images/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_images/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_imscc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_imscc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_kaltura/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_kaltura/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_lamc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_lamc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_laqa/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_laqa/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_larsrc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_larsrc/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_leader/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_leader/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_mindmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_mindmap/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_nb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_nb/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_notebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_notebook/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_pixlr/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_pixlr/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_preview/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_preview/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_sbmt/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_sbmt/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_scratchie/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_scratchie/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_scribe/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_scribe/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_spreadsheet/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_survey/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_survey/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_task/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_task/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_vote/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_vote/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_tool_wiki/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_tool_wiki/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 =================================================================== diff -u -rd539f1141e9a1ef85e25948a47a7e70f46646fbd -r9a28120e30ca69d796729ca0a516118529100118 --- lams_www/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision d539f1141e9a1ef85e25948a47a7e70f46646fbd) +++ lams_www/web/WEB-INF/tags/Page.tag (.../Page.tag) (revision 9a28120e30ca69d796729ca0a516118529100118) @@ -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 ) {