aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-12-16 11:37:13 -0500
committerThedro Neely <thedroneely@gmail.com>2018-12-16 11:37:13 -0500
commitfc00dddeb72ee8ff506512ddb82d249b49c0dde0 (patch)
tree4b414b1e6747596d14f909507aee36c386bb4fb7 /app/views/partials
parentc10c6235349fe85df9233a63e3fff4e6f9d590bd (diff)
downloadthedroneely.com-fc00dddeb72ee8ff506512ddb82d249b49c0dde0.tar.gz
thedroneely.com-fc00dddeb72ee8ff506512ddb82d249b49c0dde0.tar.bz2
thedroneely.com-fc00dddeb72ee8ff506512ddb82d249b49c0dde0.zip
app/views/partials/header.posts: Fix duplicate tag delimiters
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.posts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/partials/header.posts.php b/app/views/partials/header.posts.php
index 6cd9b45..b86b4cb 100644
--- a/app/views/partials/header.posts.php
+++ b/app/views/partials/header.posts.php
@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="index,follow">
- <<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
+ <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/rss.php'; ?>
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/snippets/favicons.php'; ?>