IGNITE-6919. Web Console: Minor fix of page title.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f1b47edc Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f1b47edc Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f1b47edc Branch: refs/heads/ignite-7016 Commit: f1b47edc98b10f6f8c925950376a16a69115ee00 Parents: 9a52bb2 Author: alexdel <[email protected]> Authored: Tue Nov 28 22:27:43 2017 +0700 Committer: Alexey Goncharuk <[email protected]> Committed: Wed Nov 29 13:28:33 2017 +0300 ---------------------------------------------------------------------- .../web-console/frontend/app/modules/branding/branding.service.js | 2 +- modules/web-console/frontend/views/index.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f1b47edc/modules/web-console/frontend/app/modules/branding/branding.service.js ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/app/modules/branding/branding.service.js b/modules/web-console/frontend/app/modules/branding/branding.service.js index 46bc358..564aa85 100644 --- a/modules/web-console/frontend/app/modules/branding/branding.service.js +++ b/modules/web-console/frontend/app/modules/branding/branding.service.js @@ -19,7 +19,7 @@ export default class { static $inject = ['IgniteVersion']; constructor(Version) { - this.titleSuffix = ' â Apache Ignite Web Console'; + this.titleSuffix = ' - Apache Ignite Web Console'; this.headerLogo = '/images/ignite-logo.svg'; http://git-wip-us.apache.org/repos/asf/ignite/blob/f1b47edc/modules/web-console/frontend/views/index.pug ---------------------------------------------------------------------- diff --git a/modules/web-console/frontend/views/index.pug b/modules/web-console/frontend/views/index.pug index 9565949..e91af9b 100644 --- a/modules/web-console/frontend/views/index.pug +++ b/modules/web-console/frontend/views/index.pug @@ -19,7 +19,7 @@ html(ng-app='ignite-console' id='app' ng-strict-di) head base(href='/') - meta(http-equiv='content-type' content='text/html; charset=UTF8') + meta(http-equiv='content-type' content='text/html; charset=utf-8') meta(http-equiv='content-language' content='en') meta(http-equiv='X-UA-Compatible' content='IE=Edge')
