Trans: Fixing silly error in Blogger translator
This commit is contained in:
parent
f51e6dd84a
commit
4f84e635b7
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
"priority": 100,
|
||||
"inRepository": true,
|
||||
"translatorType": 4,
|
||||
"lastUpdated": "2011-05-27 16:18:35"
|
||||
"lastUpdated": "2011-05-27 20:13:50"
|
||||
}
|
||||
|
||||
function detectWeb(doc, url) {
|
||||
|
@ -19,7 +19,7 @@ function detectWeb(doc, url) {
|
|||
} else if (entry) {
|
||||
return "blogPost";
|
||||
} else {
|
||||
return "false";
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue