Skip to content

Instantly share code, notes, and snippets.

@satyr
Created March 24, 2009 22:21
Show Gist options
  • Save satyr/84400 to your computer and use it in GitHub Desktop.
Save satyr/84400 to your computer and use it in GitHub Desktop.
diff -r 19db7607664b ubiquity/feed-parts/header/cmdutils.js
--- a/ubiquity/feed-parts/header/cmdutils.js Wed Mar 25 07:20:16 2009 +0900
+++ b/ubiquity/feed-parts/header/cmdutils.js Wed Mar 25 07:20:42 2009 +0900
@@ -1345,7 +1345,7 @@
searchParser, options.parser.type || "html");
}
else {
- CmdUtils.previewGet(pblock, urlString, searchParser,
+ CmdUtils.previewGet(pblock, urlString, null, searchParser,
options.parser.type || "html");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment