Explorar o código

Update main.js

Markus-Rost %!s(int64=6) %!d(string=hai) anos
pai
achega
ac3d1ff67b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -931,7 +931,7 @@ function emoji(args) {
 }
 
 String.prototype.toTitle = function() {
-	return this.replace( / /g, '_' ).replace( /\%/g, '%25' ).replace( /\'/g, '%27' ).replace( /\?/g, '%3F' );
+	return this.replace( / /g, '_' ).replace( /\%/g, '%25' ).replace( /\?/g, '%3F' );
 };
 
 String.prototype.toSection = function() {