Revision fd1fb704
Von Sven Schöling vor mehr als 14 Jahren hinzugefügt
SL/Controller/Base.pm | ||
---|---|---|
my $content_type = $options->{type} eq 'js' ? 'text/javascript' : 'text/html';
|
||
|
||
print $::form->create_http_response(content_type => $content_type,
|
||
charset => $::dbcharset || Common::DEFAULT_CHARSET);
|
||
charset => $::dbcharset || Common::DEFAULT_CHARSET());
|
||
|
||
} else {
|
||
$::form->{title} = $locals{title} if $locals{title};
|
Auch abrufbar als: Unified diff
Nicht exportierte constant muss unter strict als Funktion aufgerufen werden.