forked from services/mlmmj-light-web-ecg
Removed missing javascript function, Added missing p in error template
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
//{/literal}
|
//{/literal}
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body onload="switch_moderators_form()">
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<div id="header_left">
|
<div id="header_left">
|
||||||
<a href="{$web_url}">{$headline}</a>
|
<a href="{$web_url}">{$headline}</a>
|
||||||
|
|||||||
@@ -33,6 +33,6 @@
|
|||||||
Unknown error.
|
Unknown error.
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user