diff --git a/module/ZfModule/view/zf-module/index/view.phtml b/module/ZfModule/view/zf-module/index/view.phtml index 502249d2..ad1bc6ce 100644 --- a/module/ZfModule/view/zf-module/index/view.phtml +++ b/module/ZfModule/view/zf-module/index/view.phtml @@ -1,11 +1,11 @@ -headTitle($this->escapeHtmlAttr($module) . ' module by ' . $this->escapeHtmlAttr($vendor)); ?> -headMeta()->appendName('description', $this->escapeHtmlAttr($repository->description)); ?> +headTitle($this->escapeHtmlAttr($this->module) . ' module by ' . $this->escapeHtmlAttr($this->vendor)); ?> +headMeta()->appendName('description', $this->escapeHtmlAttr($this->repository->description)); ?> -

/

+

vendor ?> / module ?>

-

escapeHtml($repository->description); ?>

+

escapeHtml($this->repository->description); ?>