-%# $Id: bannerrow.mc,v 1.5 2006-09-25 16:46:27 mike Exp $
+%# $Id: bannerrow.mc,v 1.6 2006-09-25 19:52:20 mike Exp $
<%args>
$title
</%args>
</td>
<td align="right">
<br/>
- <h1 class="title"><% $title %></h1>
+ <h1 class="title"><% xml_encode($title) %></h1>
</td>
</tr>
-%# $Id: head.mc,v 1.2 2006-09-22 09:05:39 mike Exp $
+%# $Id: head.mc,v 1.3 2006-09-25 19:53:02 mike Exp $
<%args>
$title
</%args>
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
- <title>IRSpy: <% $title %></title>
+ <title>IRSpy: <% xml_encode($title) %></title>
<style type="text/css">
<& style.mc &>
</style>