Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stoyan authored Jan 5, 2023
1 parent 8a82782 commit 906fafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/templates/layouts/head.inc
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ echo "\n</style>\n";
// include the analytics code if it is appropriate
if (!isset($noanalytics)) {
echo '<script>';
require_once ASSETS_PATH . '/js/vendors/catchpoint-rum.js';
require_once ASSETS_PATH . '/js/vendor/catchpoint-rum.js';
echo '</script>';
}

if (isset($test_is_private) && !$test_is_private) {
include INCLUDES_PATH . '/include/social_meta.php';
}

?>
?>

0 comments on commit 906fafd

Please sign in to comment.