latin: international maritime signal flags
[sheet.git] / Shiar_Sheet / FormatChar.pm
index 834b71bc03405f32198a348af6a9995f71d20738..78e4a21fdbad97788b08565b5a5540352047b88e 100644 (file)
@@ -231,6 +231,10 @@ sub table {
                        $rows[-1] .= '<th>';
                        next;
                }
+               elsif ($cell =~ m/^</) {
+                       $rows[-1] .= '<td>'.$cell;
+                       next;
+               }
 
                $rows[-1] .= $self->cell($cell,
                        $colspan > 1 && qq{colspan="$colspan"},