projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
8783408
)
flush
author
Michael Wallner
<mike@php.net>
Tue, 5 Nov 2013 13:12:59 +0000
(14:12 +0100)
committer
Michael Wallner
<mike@php.net>
Tue, 5 Nov 2013 13:12:59 +0000
(14:12 +0100)
index.js
patch
|
blob
|
history
diff --git
a/index.js
b/index.js
index 45b5bb87f507905a029b95416381fcac4bc3f1fd..a6c39342de32691896e6890b274c8735219e57b9 100644
(file)
--- a/
index.js
+++ b/
index.js
@@
-86,7
+86,7
@@
function type(s, nn) {
return "<a href=\"/" + s.replace(/::|\\/g, "/") + "\">";
}
}
- if (-1 !== (j = s.indexOf("\\"))) {
+ if (-1 !== (j = s.indexOf("\\"))
&& s.substr(j+1,1) !== "n"
) {
return "<a href=\"/" + s.replace(/\\/g, "/").replace(/::|$/, "#") + "\">";
}