Switched to using codePoints in toHtmlEntities
This commit is contained in:
parent
772ffd55f4
commit
b3930804c6
3 changed files with 13 additions and 8 deletions
|
@ -33,7 +33,7 @@ public final class RenderUtils {
|
|||
*
|
||||
* @param template the template
|
||||
* @param valueId the ID of the value to fetch
|
||||
* @return The fetched value.
|
||||
* @return the fetched value.
|
||||
*/
|
||||
public static String fetchValue(Template template, String valueId) {
|
||||
Object value = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue