Try to fix title
This commit is contained in:
parent
68393d2cf2
commit
1edd463e83
@ -15,7 +15,11 @@
|
||||
exit(0);
|
||||
}
|
||||
?>
|
||||
<title><?php $LIBRARY_INFO['name'] ?></title>
|
||||
<title>
|
||||
<?php
|
||||
echo htmlspecialchars($LIBRARY_INFO['name'], ENT_QUOTES | ENT_HTML5);
|
||||
?>
|
||||
</title>
|
||||
<link rel="stylesheet" href="global.css" />
|
||||
<link rel="stylesheet" href="index.css" />
|
||||
<link rel="stylesheet" href="Album.css" />
|
||||
|
Loading…
Reference in New Issue
Block a user