Fix missing end tag.

This commit is contained in:
Andre D 2015-06-05 20:08:40 -04:00
parent 06f60de7c3
commit 9d7c75a376

View file

@ -173,6 +173,7 @@
</script>
</head>
<body>
`
<div class="contentarea" id="uploadview">
<div id="pastearea">
<h1>Upload</h1>
@ -203,5 +204,6 @@
<a class="btn" id="newupload" href="#">New Upload</a>
</div>
</div>
</div>
</body>
</html>