Replace all instances of htmlentities() with the new function nullable_htmlentities() thanks @bhopkins0
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<br>
|
||||
<hr>
|
||||
|
||||
<p class="text-center"><?php echo htmlentities($session_company_name); ?></p>
|
||||
<p class="text-center"><?php echo nullable_htmlentities($session_company_name); ?></p>
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="../plugins/jquery/jquery.min.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user