Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

title: Array in article_summary.tpl when article hasn't abstract hs 1.1.0 #222

Open
gurumelo opened this issue Oct 21, 2022 · 1 comment

Comments

@gurumelo
Copy link

gurumelo commented Oct 21, 2022

Describe the bug
It's an upgrade from OJS 3.2 to
OJS 3.3.0-13
HS 1.1.0

To Reproduce
Steps to reproduce the behavior:

  1. 3.2 to 33. When an article hasn't abstract. article_summary.tpl show title: Array
  2. Weird. If i save the article in 3.2, doesn't appear ":Array"

title

@gurumelo
Copy link
Author

gurumelo commented Oct 21, 2022

I replace in templates/frontend/objects/article_summary.tpl
{$article->getLocalizedFullTitle()|escape}
by
{$article->getLocalizedTitle()|strip_unsafe_html}
and it's fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant