- Fixed a syntax error in Post.pm
- fix [ 1382675 ] File Path Wrong - Uploads are difficult - fix [ 1380368 ] Snippets should not contain debugging info - fix [ 1377668 ] Unescaped double quote in Syndacate title cause problems
This commit is contained in:
parent
a1e85d8b12
commit
1bcfa3bddc
6 changed files with 24 additions and 17 deletions
|
|
@ -532,6 +532,8 @@ sub view {
|
|||
sub _constructRSSHeadTitleLink{
|
||||
my($var,$rssTitle)=@_;
|
||||
my $rssFeedSuffix=WebGUI::International::get('RSS Feed Title Suffix','Asset_SyndicatedContent');
|
||||
my $title = ($rssTitle) ? ($rssTitle." ".$rssFeedSuffix) : $rssFeedSuffix;
|
||||
$title =~ s/\"/"/g;
|
||||
WebGUI::Style::setLink($var->{'rss.url'},
|
||||
{ rel=> 'alternate',
|
||||
type=> 'application/rss+xml',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue