mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -04:00
opt
This commit is contained in:
parent
493d548a37
commit
40fa60fdc2
1 changed files with 1 additions and 2 deletions
|
@ -46,8 +46,7 @@ function createDictionaryPage(context, result, index, language){
|
||||||
|
|
||||||
e.description += `\n\n**${type}**\n${defItms.join('\n\n')}`
|
e.description += `\n\n**${type}**\n${defItms.join('\n\n')}`
|
||||||
|
|
||||||
let res = page(e)
|
return page(e);
|
||||||
return res;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue