Merge branch 'dev'
This commit is contained in:
commit
1491b542e7
@ -225,7 +225,7 @@ function dictFieldFormat(field, definition, mode, options) {
|
|||||||
|
|
||||||
field = field.replace(
|
field = field.replace(
|
||||||
`{${marker}}`,
|
`{${marker}}`,
|
||||||
handlebarsRender('fields.html', data)
|
handlebarsRender('fields.html', data).trim()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Yomichan",
|
"name": "Yomichan",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
|
|
||||||
"description": "Japanese dictionary with Anki integration",
|
"description": "Japanese dictionary with Anki integration",
|
||||||
"icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},
|
"icons": {"16": "mixed/img/icon16.png", "48": "mixed/img/icon48.png", "128": "mixed/img/icon128.png"},
|
||||||
|
Loading…
Reference in New Issue
Block a user