Fix missing end tag.
This commit is contained in:
parent
06f60de7c3
commit
9d7c75a376
1 changed files with 3 additions and 1 deletions
|
@ -127,7 +127,7 @@
|
|||
color: white;
|
||||
opacity: .75;
|
||||
z-index: 1;
|
||||
word-wrap:break-word;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#btnarea, #globalbtnarea {
|
||||
|
@ -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