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/d2c21bce Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d2c21bce Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d2c21bce Branch: refs/heads/ignite-7016 Commit: d2c21bced602e69010074c926fd3419dc900df2d Parents: 3d0123a Author: alexdel <[email protected]> Authored: Tue Nov 28 22:27:43 2017 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Tue Nov 28 22:27:43 2017 +0700 ---------------------------------------------------------------------- .../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/d2c21bce/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/d2c21bce/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')
