添加缺少的引号
This commit is contained in:
parent
cff57b640d
commit
c1772247a0
|
@ -32,7 +32,7 @@ $this->breadcrumb()->setSeparator(' > ');
|
|||
<h2>根据预制元数据模板创建数据</h2>
|
||||
<ul>
|
||||
<?php foreach ($this->templates as $item) : ?>
|
||||
<li><a href="/service/geonetwork?url=metadata.create?group=2<?php echo urlencode('&id='.$item['id']); ?> target="_blank"><?php echo $item['title']; ?></a></li>
|
||||
<li><a href="/service/geonetwork?url=metadata.create?group=2<?php echo urlencode('&id='.$item['id']); ?>" target="_blank"><?php echo $item['title']; ?></a></li>
|
||||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Reference in New Issue