添加缺少的引号

This commit is contained in:
wlx 2012-04-17 08:36:02 +00:00
parent cff57b640d
commit c1772247a0
1 changed files with 1 additions and 1 deletions

View File

@ -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; ?>