Removed missing javascript function, Added missing p in error template

This commit is contained in:
2021-08-13 12:06:54 +02:00
parent 85df8d65e3
commit 831a88a394
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@
//{/literal}
</script>
</head>
<body onload="switch_moderators_form()">
<body>
<div id="header">
<div id="header_left">
<a href="{$web_url}">{$headline}</a>

View File

@@ -33,6 +33,6 @@
Unknown error.
{/if}
</div>
<p>Hit "Back" in your browser to return to where you came from. This should normally preserve your changes.
<p>Hit "Back" in your browser to return to where you came from. This should normally preserve your changes.</p>
</body>
</html>