From 11e1acf8a688c2d6ff4991b0f2005eea9208f13d Mon Sep 17 00:00:00 2001 From: lens0021 Date: Thu, 18 Oct 2018 14:09:03 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=84=9C=20=EC=97=AD=EC=82=AC=20?= =?UTF-8?q?=EB=8B=A8=EC=B6=95=ED=82=A4=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #40 --- FemiwikiTemplate.php | 8 ++++---- resources/screen-common.less | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FemiwikiTemplate.php b/FemiwikiTemplate.php index 115fb12b..bb68a282 100755 --- a/FemiwikiTemplate.php +++ b/FemiwikiTemplate.php @@ -124,14 +124,14 @@ public function execute() ); if( isset( $this->data['content_navigation']['views']['history']['href'] ) ) - echo Html::rawElement( + echo Html::rawElement( 'a', - array( + [ 'id' => 'lastmod', 'href' => $this->data['content_navigation']['views']['history']['href'] - ), + ], $this->get( 'lastmod' ) - ); + ); unset( $this->data['content_navigation']['views']['history'] ); echo $this->getPortlet( array( diff --git a/resources/screen-common.less b/resources/screen-common.less index a63fe16e..aa9af549 100755 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -280,7 +280,7 @@ button { } } - li#ca-view.selected { + li#ca-view.selected, li#ca-history { display: none; } }