Project

General

Profile

Actions

Bug #17188

closed

Hardcoded value for target of external links

Added by Kirill Klimov about 17 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2007-04-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

For now value for target of external links is hardcoded to the '_blank' instead of using existing constant $PAGE_TARGET

Current code

styles.content.links {
keep = path # cat=content/links; type=small; label= Target for external links
extTarget = _blank
target = {$PAGE_TARGET}
allowTags = b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6
}

should be

styles.content.links {
keep = path # cat=content/links; type=small; label= Target for external links
extTarget = {$PAGE_TARGET}
target = {$PAGE_TARGET}
allowTags = b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,h1,h2,h3,h4,h5,h6
}

css_styled_content 0.3.1
(issue imported from #M5364)


Files

bug_5364.diff (557 Bytes) bug_5364.diff Administrator Admin, 2007-04-28 00:03
Actions

Also available in: Atom PDF