Skip to content

Commit

Permalink
Merge pull request #1318 from BioKIC/jqueryui-min-fix
Browse files Browse the repository at this point in the history
jquery-ui.min.css fix
  • Loading branch information
NikitaSalikov authored May 16, 2024
2 parents de3b260 + 12e6082 commit 141b971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion collections/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
include_once($SERVER_ROOT . '/includes/googleanalytics.php');
?>
<link href="<?php echo htmlspecialchars($CSS_BASE_PATH, ENT_COMPAT | ENT_HTML401 | ENT_SUBSTITUTE); ?>/symbiota/collections/listdisplay.css" type="text/css" rel="stylesheet" />
<link href="<?php echo $CSS_BASE_PATH; ?>/jquery-ui.css" type="text/css" rel="stylesheet">
<link href="<?php echo $CSS_BASE_PATH; ?>/jquery-ui.min.css" type="text/css" rel="stylesheet">
<script src="<?php echo $CLIENT_ROOT; ?>/js/jquery-3.7.1.min.js" type="text/javascript"></script>
<script src="<?php echo $CLIENT_ROOT; ?>/js/jquery-ui.min.js" type="text/javascript"></script>
<script type="text/javascript">
Expand Down
Loading

0 comments on commit 141b971

Please sign in to comment.