fixed another small typo
This commit is contained in:
parent
adf4ece474
commit
067440ff8b
|
|
@ -125,7 +125,7 @@ $error = "Please do not divide by zero."; //TODO: remove this and call the page
|
|||
<div id="error-container" class="center">
|
||||
<?php if(isset($error)):?>
|
||||
<div class="bs-callout bs-callout-danger">
|
||||
<h4>An error has occured while processing your request</h4>
|
||||
<h4>An error has occurred while processing your request</h4>
|
||||
<?php echo($error); ?>
|
||||
</div>
|
||||
<?php endif;?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue