From a8a9f94fb245f6767dfe99e16a393b5002502916 Mon Sep 17 00:00:00 2001 From: Yifan Xiong Date: Tue, 9 Jul 2019 16:43:31 +0800 Subject: [PATCH] Remove duplicate version prefix (#3124) Remove duplicate version prefix on webportal. --- src/webportal/src/app/layout/layout.component.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webportal/src/app/layout/layout.component.ejs b/src/webportal/src/app/layout/layout.component.ejs index f3c0433931d..fff9a0b99c9 100644 --- a/src/webportal/src/app/layout/layout.component.ejs +++ b/src/webportal/src/app/layout/layout.component.ejs @@ -122,7 +122,7 @@ Feedback - v<%= htmlWebpackPlugin.options.version %> + <%= htmlWebpackPlugin.options.version %>