Index: modalframe-page.tpl.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/modalframe/Attic/modalframe-page.tpl.php,v
retrieving revision 1.1.4.2
diff -u -p -r1.1.4.2 modalframe-page.tpl.php
--- modalframe-page.tpl.php	17 Jun 2009 15:01:20 -0000	1.1.4.2
+++ modalframe-page.tpl.php	19 Jun 2009 09:09:30 -0000
@@ -21,7 +21,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php print $language->language; ?>" lang="<?php print $language->language; ?>" dir="<?php print $language->dir; ?>">
 <head>
 <?php print $head; ?>
-<title><?php print $head_title; ?></title>
+<title><?php print strip_tags(drupal_get_title()); ?></title>
 <?php print $styles; ?>
 <?php print $scripts; ?>
 </head>
