From 026821c51f79eed1c29dc9b3791e1fec3b4cc548 Mon Sep 17 00:00:00 2001 From: David Norman Date: Fri, 5 May 2006 10:06:37 +0000 Subject: br slash is backwards --- video.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video.module b/video.module index 1ff71c0..f3e46a8 100644 --- a/video.module +++ b/video.module @@ -242,7 +242,7 @@ function video_page() { 'title' => variable_get('site_name', 'drupal') . ' ' . t('videos'), 'href' => url('video/feed/'))); - $output .= '
' . theme('feed_icon', url('video/feed')); + $output .= '
' . theme('feed_icon', url('video/feed')); } return $output; } -- cgit v1.2.3