mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove \n in comment, closes #1705
This commit is contained in:
parent
86fd823264
commit
24f49d441e
1 changed files with 3 additions and 3 deletions
|
|
@ -2600,8 +2600,8 @@ class documentController extends document
|
|||
|
||||
/**
|
||||
* Xml files updated
|
||||
* Occasionally the xml file is not generated after menu is configued on the admin page \n
|
||||
* The administrator can manually update the file in this case \n
|
||||
* Occasionally the xml file is not generated after menu is configued on the admin page
|
||||
* The administrator can manually update the file in this case
|
||||
* Although the issue is not currently reproduced, it is unnecessay to remove.
|
||||
* @return void
|
||||
*/
|
||||
|
|
@ -2730,7 +2730,7 @@ class documentController extends document
|
|||
|
||||
/**
|
||||
* Create the xml data recursively referring to parent_srl
|
||||
* In the menu xml file, node tag is nested and xml doc enables the admin page to have a menu\n
|
||||
* In the menu xml file, node tag is nested and xml doc enables the admin page to have a menu
|
||||
* (tree menu is implemented by reading xml file from the tree_menu.js)
|
||||
* @param array $source_node
|
||||
* @param array $tree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue