|
@@ -618,7 +618,7 @@ module.exports = (crowi) => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const fileName = path.basename(pagePath)
|
|
const fileName = path.basename(pagePath)
|
|
|
- .replace(/[\\/:;"*?<>,」ˆ|]/g, '_')
|
|
|
|
|
|
|
+ .replace(/[\\/:;"*?<>,」ˆ|¥]/g, '_')
|
|
|
.replace(/\.$/, '_');
|
|
.replace(/\.$/, '_');
|
|
|
let stream;
|
|
let stream;
|
|
|
|
|
|