From 5e8032c74cfc65e1028ee00a5a9fc343f8f63bf1 Mon Sep 17 00:00:00 2001 From: Thomas Lange <code@nerdmind.de> Date: Wed, 2 Aug 2017 18:59:41 +0200 Subject: The <title> and <link> elements within <image> should have the same value as the <title> and <link> elements within <channel>. This is described in the RSS 2.0 specification. --- template/standard/html/feed/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/standard/html/feed/main.php') diff --git a/template/standard/html/feed/main.php b/template/standard/html/feed/main.php index 0dbdfb1..84e7888 100644 --- a/template/standard/html/feed/main.php +++ b/template/standard/html/feed/main.php @@ -34,7 +34,7 @@ switch($FEED['TYPE']) { <atom:link href="<?=$self?>" rel="self" type="application/rss+xml" /> <image> - <title><?=$BLOGMETA_NAME?></title> + <title><?=$title?></title> <url><?=Application::getTemplateURL('rsrc/logo.png')?></url> <link><?=Application::getURL()?></link> </image> -- cgit v1.2.3