This website works better with JavaScript.
Home
Help
Sign In
ben
/
copyvios
mirror of
https://github.com/earwig/copyvios
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Support double-indentation
pull/24/head
Ben Kurtovic
12 years ago
parent
68c3bd9d65
commit
2a77ec8d4f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
static/js/potd.js
+ 1
- 1
static/js/potd.js
View File
@@ -88,7 +88,7 @@ function parse_list_file_name(data) {
}
var filenames = [];
var regexp = /\*\s*\[\[:File:(.*?)\]\]/g;
var regexp = /\*\
*?\
s*\[\[:File:(.*?)\]\]/g;
while ((match = regexp.exec(content)) !== null) {
filenames.push(match[1]);
}
Write
Preview
Loading…
Cancel
Save