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