Home >Web Front-end >HTML Tutorial >Does html have this tag? <#if >_html/css_WEB-ITnose

Does html have this tag? <#if >_html/css_WEB-ITnose

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-24 11:48:084739browse

I was looking at the source code of jforum recently and saw that a lot of a478d1836164bd26de4ff7c941eb86f8d748b4ebb78eb511a087f894dbd51f37 were used in his html files, but errors were reported under myeclipse. Please help me with the answer

<tr>		<td class="row1" width="38%"><span class="gen">${I18n.getMessage("Groups.Form.GroupName")}</span></td>		<td class="row2"><input type="text" name="group_name" value="<#if group?exists>${group.name}</#if>" /></td>	</tr>

Below is the error message
Multiple annotations found at this line:	- Invalid character used in text string (<#if group?exists>${group.name}</	 #if>" />).	- Start tag (<input>) not closed.


Reply to the discussion (solution)

The freemarker component is used.

I just encountered this problem, do I need to install the freemarker component

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn