Htmlentitied tag names
This commit is contained in:
parent
fd1436b0ed
commit
3aea779cfc
@ -60,7 +60,7 @@
|
|||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
<?= $this->textArea("post", "tags", array('disabled' => !$this->post->can_be_seen_by(current_user()), 'size' => '50x4', 'tabindex' => '10', 'value' => $this->post->cached_tags)) ?>
|
<?= $this->textArea("post", "tags", array('disabled' => !$this->post->can_be_seen_by(current_user()), 'size' => '50x4', 'tabindex' => '10', 'value' => $this->h($this->post->cached_tags))) ?>
|
||||||
<?php if ($this->post->can_be_seen_by(current_user())) : ?>
|
<?php if ($this->post->can_be_seen_by(current_user())) : ?>
|
||||||
<?= $this->linkToFunction($this->t('.related.tags'), "RelatedTags.find('post_tags')") ?> |
|
<?= $this->linkToFunction($this->t('.related.tags'), "RelatedTags.find('post_tags')") ?> |
|
||||||
<?= $this->linkToFunction($this->t('.related.artists'), "RelatedTags.find('post_tags', 'artist')") ?> |
|
<?= $this->linkToFunction($this->t('.related.artists'), "RelatedTags.find('post_tags', 'artist')") ?> |
|
||||||
|
Reference in New Issue
Block a user