File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
<html xmlns="http://www.w3.org/1999/xhtml" >
11
11
<head>
12
12
<title><?= $ this ->pageTitle ?> </title>
13
- <base href="<?= $ this ->escaper ->escapeHtml ($ this ->getViewFileUrl ()) ?> " />
13
+ <base href="<?= $ this ->escaper ->escapeHtmlAttr ($ this ->getViewFileUrl ()) ?> " />
14
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
15
15
<meta name="robots" content="*"/>
16
16
<link rel="stylesheet" href="css/styles.css" type="text/css" />
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ public function getViewFileUrl()
270
270
$ errorPath = strpos ($ errorDir , $ indexDir ) === 0 ?
271
271
str_replace ($ indexDir , '' , $ errorDir ) : $ errorPathSuffix ;
272
272
273
- return ltrim ( $ this ->getBaseUrl () . $ errorPath . $ this ->_config ->skin . '/ ' , ' . ' ) ;
273
+ return $ this ->getBaseUrl () . $ errorPath . $ this ->_config ->skin . '/ ' ;
274
274
}
275
275
276
276
/**
You can’t perform that action at this time.
0 commit comments