mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
Fix double encoding of special characters in document tags
This commit is contained in:
parent
fead32337e
commit
ec674dc25f
3 changed files with 4 additions and 3 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<span class="tags" cond="$tag_list">
|
||||
<i class="xi-tags"></i>
|
||||
<!--@foreach($tag_list as $tag)-->
|
||||
<a href="{getUrl('search_target','tag','search_keyword',$tag,'document_srl','')}" class="tag" rel="tag">{htmlspecialchars($tag)}</a><span>,</span>
|
||||
<a href="{getUrl('search_target','tag','search_keyword',$tag,'document_srl','')}" class="tag" rel="tag">{escape($tag, false)}</a><span>,</span>
|
||||
<!--@end-->
|
||||
</span>
|
||||
<a class="document_{$oDocument->document_srl} action" href="#popup_menu_area" onclick="return false">{$lang->cmd_document_do}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue