Issue #87994 by Rob Loach, Jody Lynn, sun, dropcube, gordon, David_Rothstein, moshe weitzman, aspilicious, quicksketch | piersonr: Fixed Quit clobbering people's work when they click the filter tips link.
parent
0025dcbcb1
commit
0f8e2094a3
|
@ -1121,7 +1121,7 @@ function filter_dom_serialize_escape_cdata_element($dom_document, $dom_element,
|
||||||
* @ingroup themeable
|
* @ingroup themeable
|
||||||
*/
|
*/
|
||||||
function theme_filter_tips_more_info() {
|
function theme_filter_tips_more_info() {
|
||||||
return '<p>' . l(t('More information about text formats'), 'filter/tips') . '</p>';
|
return '<p>' . l(t('More information about text formats'), 'filter/tips', array('attributes' => array('target' => '_blank'))) . '</p>';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue