[Rt-commit] rt branch, 3.8-rss-authstring, updated. rt-3.8.7-65-g750cfdb

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Feb 12 00:17:03 EST 2010


The branch, 3.8-rss-authstring has been updated
       via  750cfdb93f2c987b68d4ae18713f100998af7004 (commit)
      from  5e6dbc8ba9300fae1756d5b8c761c4f3f8a4e8d1 (commit)

Summary of changes:
 share/html/Search/Elements/ResultsRSSView |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 750cfdb93f2c987b68d4ae18713f100998af7004
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Feb 12 13:16:48 2010 +0800

    text fix

diff --git a/share/html/Search/Elements/ResultsRSSView b/share/html/Search/Elements/ResultsRSSView
index 6aaf41c..f335411 100644
--- a/share/html/Search/Elements/ResultsRSSView
+++ b/share/html/Search/Elements/ResultsRSSView
@@ -104,7 +104,7 @@ $r->content_type('application/rss+xml');
         use XML::RSS;
         my $rss = new XML::RSS (version => '1.0');
         $rss->channel(
-          title        => RT->Config->Get('rtname').": Search" . $ARGS{'Query'},
+          title        => RT->Config->Get('rtname').": Search " . $ARGS{'Query'},
           link         => RT->Config->Get('WebURL'),
           description  => "",
           dc => {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list