aboutsummaryrefslogtreecommitdiffstats
path: root/lib/LXRng/Markup/File.pm
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-07-09 21:15:18 +0200
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-07-09 21:15:18 +0200
commit17034adefacae12d6522eecc4a9e1f6ad04430fc (patch)
treec4cb5f9953146d1c843ec5d3dae670826245dbef /lib/LXRng/Markup/File.pm
parent1217f130fa8890a3c12fb4e91e3df52361218e95 (diff)
Escape these as well.
Diffstat (limited to 'lib/LXRng/Markup/File.pm')
-rw-r--r--lib/LXRng/Markup/File.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LXRng/Markup/File.pm b/lib/LXRng/Markup/File.pm
index c3d576c..1351cd8 100644
--- a/lib/LXRng/Markup/File.pm
+++ b/lib/LXRng/Markup/File.pm
@@ -137,7 +137,7 @@ sub markupfile {
return $$subst{$btype}->s($frag);
}
else {
- return $frag;
+ return safe_html($frag);
}
}