stupid typo
svn: r16917
This commit is contained in:
parent
d2e5807811
commit
3ccb9082dc
|
@ -343,7 +343,7 @@ function UrlToManual(url) {
|
|||
// "L:schem" (only module names that match `schem')
|
||||
|
||||
function CompileTerm(term) {
|
||||
var op = ((term.search(/^[LMT]:/) == 0) && term.substring(0,1));
|
||||
var op = ((term.search(/^[NLMT]:/) == 0) && term.substring(0,1));
|
||||
if (op) term = term.substring(2);
|
||||
term = term.toLowerCase();
|
||||
switch(op) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user