Index: /trunk/cgi-bin/IPDB.pm
===================================================================
--- /trunk/cgi-bin/IPDB.pm	(revision 524)
+++ /trunk/cgi-bin/IPDB.pm	(revision 525)
@@ -338,5 +338,5 @@
 ##fixme:  should find a way to do this without having to HTMLize the <>
     $bigfree = "/$bigfree" if $bigfree;
-    $bigfree = '&lt;NONE&gt;' if !$bigfree;
+    $bigfree = '<NONE>' if !$bigfree;
     $$_{bigfree} = $bigfree;
   }
@@ -366,5 +366,5 @@
 ##fixme:  should find a way to do this without having to HTMLize the <>
     $bigfree = "/$bigfree" if $bigfree;
-    $bigfree = '&lt;NONE&gt;' if !$bigfree;
+    $bigfree = '<NONE>' if !$bigfree;
     $$_{lfree} = $bigfree;
   }
Index: /trunk/templates/index.tmpl
===================================================================
--- /trunk/templates/index.tmpl	(revision 524)
+++ /trunk/templates/index.tmpl	(revision 525)
@@ -15,5 +15,5 @@
 <td><TMPL_VAR NAME=allocated></td>
 <td><TMPL_VAR NAME=free></td>
-<td><TMPL_VAR NAME=bigfree></td>
+<td><TMPL_VAR ESCAPE=HTML NAME=bigfree></td>
 </tr>
 </TMPL_LOOP>
Index: /trunk/templates/showmaster.tmpl
===================================================================
--- /trunk/templates/showmaster.tmpl	(revision 524)
+++ /trunk/templates/showmaster.tmpl	(revision 525)
@@ -18,5 +18,5 @@
 <td><TMPL_VAR NAME=nsubs></td>
 <td><TMPL_VAR NAME=nfree></td>
-<td><TMPL_VAR NAME=lfree></td>
+<td><TMPL_VAR ESCAPE=HTML NAME=lfree></td>
 </tr>
 </TMPL_LOOP>
