removing an errant a.

This commit is contained in:
Jeremy Ashkenas
2010-12-01 09:49:45 -05:00
parent c86a2fe3a8
commit 00237103fc

View File

@@ -35,7 +35,7 @@
<%
if (data) { data += 12345; }; %>
<li><%= data %></li>
</script>a
</script>
</body>
</html>