vivo-project / VIVO

VIVO is an extensible semantic web application for research discovery and showcasing scholarly work
http://vivoweb.org
BSD 3-Clause "New" or "Revised" License
202 stars 127 forks source link

Data property edit form doesn't return valid values with " character #3864

Closed litvinovg closed 1 year ago

litvinovg commented 1 year ago

Describe the bug Data property edit form doesn't escape returned value in html.

To Reproduce Steps to reproduce the behavior:

  1. Create a data property (range: XMLLiteral, text editor: plaintext)
  2. Create a value with " in the middle, save
  3. Edit this value again
  4. Notice, that only part of the value before " is shown.

Expected behavior Full value should be shown in input field.