xml_encode($title)
[irspy-moved-to-github.git] / web / htdocs / chrome / bannerrow.mc
index 2d41622..70bf849 100644 (file)
@@ -1,8 +1,7 @@
-%# $Id: bannerrow.mc,v 1.4 2006-09-21 13:13:49 mike Exp $
+%# $Id: bannerrow.mc,v 1.6 2006-09-25 19:52:20 mike Exp $
 <%args>
 $title
 </%args>
-% my $agent = $m->notes("agent");
    <tr class="banner">
     <td align="left">
      <br/>
@@ -10,6 +9,6 @@ $title
     </td>
     <td align="right">
      <br/>
-     <h1 class="title"><% $title %></h1>
+     <h1 class="title"><% xml_encode($title) %></h1>
     </td>
    </tr>