From e9fe38f8d4ecc3007c4314e5c57f8120aa7cded2 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 6 May 2021 15:35:32 +0800 Subject: [PATCH] * fix error. --- module/repo/view/create.html.php | 4 ++-- module/repo/view/edit.html.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/repo/view/create.html.php b/module/repo/view/create.html.php index 6af99a7663..446da06b4e 100644 --- a/module/repo/view/create.html.php +++ b/module/repo/view/create.html.php @@ -3,7 +3,7 @@ * The create view file of repo module of ZenTaoPMS. * * @copyright Copyright 2009-2012 青岛易软天创网络科技有限公司 (QingDao Nature Easy Soft Network Technology Co,LTD www.cnezsoft.com) - * @author Wang Yidong, Zhu Jinyong + * @author Wang Yidong, Zhu Jinyong * @package repo * @version $Id: create.html.php $ */ @@ -34,7 +34,7 @@ repo->gitlabHost;?> - repo->placeholder}'");?> + repo->placeholder->gitlabHost}'");?> repo->gitlabToken;?> diff --git a/module/repo/view/edit.html.php b/module/repo/view/edit.html.php index 296ed78293..15f6d76846 100644 --- a/module/repo/view/edit.html.php +++ b/module/repo/view/edit.html.php @@ -40,7 +40,7 @@ repo->gitlabHost;?> - client, "class='form-control' placeholder='{$lang->repo->placeholder}'");?> + client, "class='form-control' placeholder='{$lang->repo->placeholder->gitlabHost}'");?> repo->gitlabToken;?>