Fix missing end tag.
This commit is contained in:
parent
06f60de7c3
commit
9d7c75a376
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
Loading…
Reference in a new issue