support embedding in application/xhtml+xml pages
[phorkie.git] / www / feed-new.php
index a462808999cec0a981237466536e6b05649a60f0..9d21d5a5906bcbacd73cf444c1dfbfaeb930c4eb 100644 (file)
@@ -12,8 +12,8 @@ render(
     'feed-new',
     array(
         'pastes'  => $db->getSearch()->listAll(0, 10, 'crdate', 'desc'),
-        'url'     => Tools::fullUrl('/'),
-        'feedurl' => Tools::fullUrl('/feed/new'),
+        'url'     => Tools::fullUrl(),
+        'feedurl' => Tools::fullUrl('feed/new'),
     )
 );
 ?>