Trans: Fixing silly error in Blogger translator

This commit is contained in:
Avram Lyon 2011-05-27 16:27:22 +00:00
parent f51e6dd84a
commit 4f84e635b7

View file

@ -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;
}
}