Tidied up og data in itemrecord.php.

This commit is contained in:
2022-10-19 08:45:17 -05:00
parent a796c593f2
commit 371b0a916e

View File

@ -116,7 +116,7 @@ while ($row = $type->fetchArray()) {
-->
<!-- Facebook and Twitter integration -->
<meta property="og:title" content=<?php echo '"'.$SiteName.'" />';?>
<meta property="og:title" content=<?php echo '"'.$SiteName.' - Item Record" />';?>
<meta property="og:image" content=<?php echo '"'.$SiteURL.'/images/'.$row_id.'.jpg" />'; ?>