Skip to content

conf/module.xml 파일 menus->menu name 속성에 숫자가 들어가면 이스케이프 해버리는 문제 해결#2195

Closed
ned3y2k wants to merge 1 commit into
xpressengine:masterfrom
ned3y2k:fix_module_menu
Closed

conf/module.xml 파일 menus->menu name 속성에 숫자가 들어가면 이스케이프 해버리는 문제 해결#2195
ned3y2k wants to merge 1 commit into
xpressengine:masterfrom
ned3y2k:fix_module_menu

Conversation

@ned3y2k

@ned3y2k ned3y2k commented Dec 16, 2017

Copy link
Copy Markdown
Contributor

모듈 설명 파일인 module.xml 내에 menu name에 숫자가 포함된 경우 관리자 페이지에서 즐겨찾기, 대시모드 서브 메뉴에 이름이 정상적으로 표현되지 않음

인식안되던 XML예제

	<menus>
		<menu name="board2" type="all">
			<title xml:lang="en">Board</title>
			<title xml:lang="ko">게시판</title>
			<title xml:lang="zh-CN">Board</title>
			<title xml:lang="jp">Board</title>
			<title xml:lang="es">Board</title>
			<title xml:lang="ru">Board</title>
			<title xml:lang="fr">Board</title>
			<title xml:lang="zh-TW">Board</title>
			<title xml:lang="vi">Board</title>
			<title xml:lang="mn">Board</title>
			<title xml:lang="tr">Board</title>
		</menu>
	</menus>

@ghost ghost self-assigned this Dec 18, 2017
@ghost ghost added the type/bug label Dec 18, 2017
@ghost ghost added this to the 1.9-2018-02W milestone Jan 2, 2018
@ghost

ghost commented Jan 2, 2018

Copy link
Copy Markdown

merged 321b1f8

@ghost ghost closed this Jan 2, 2018
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant