Commit Diff


commit - 9ec2542e998e9d1623f4cc908cb24b87a6f8448b
commit + 99c21d467a61c447921e79976fcd9cfe17d384af
blob - 61c3f929155e7eb519489c8869706b0dfc703a5a
blob + fb394ec9eafd684c36c4f979871906de9e7d4225
--- site/gem2html
+++ site/gem2html
@@ -73,6 +73,9 @@ while (<>) {
 	}
 }
 
+say "</ul>" if $in_list;
+say "</pre>" if $in_pre;
+
 sub san {
 	s/&/\&amp;/g;
 	s/</\&lt;/g;