http://www.atutor.ca/atutor/mantis/view.php?id=4436
authorCindy Li <cli@ocad.ca>
Wed, 28 Jul 2010 17:32:14 +0000 (17:32 -0000)
committerCindy Li <cli@ocad.ca>
Wed, 28 Jul 2010 17:32:14 +0000 (17:32 -0000)
docs/themes/default/include/box.tmpl.php

index 89bc0c4..434c26a 100644 (file)
@@ -2,7 +2,7 @@
 if (!defined('TR_INCLUDE_PATH')) { exit; } 
 global $_base_path;
 //debug($this->default_status);
-$compact_title = str_replace(array(' ', '(', ')', '&nbsp;'), array('','','',''), $this->title);
+$compact_title = str_replace(array(' ', '(', ')', '&nbsp;', '.'), array('','','','', ''), $this->title);
 if (!isset($this->default_status)) $this->default_status = "show";
 ?>