mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 05:07:26 +00:00 
			
		
		
		
	Fix ICE encoding issues.
Fix issue where @@@@ is appearing in generated resumes.
This commit is contained in:
		| @@ -155,7 +155,7 @@ Implementation of the 'generate' verb for HackMyResume. | ||||
|           console.log = consoleLog; | ||||
|  | ||||
|           // Unharden | ||||
|           rezHtml = rezHtml.replace( /@@@@~.+?~@@@@/g, function(val){ | ||||
|           rezHtml = rezHtml.replace( /@@@@~.*?~@@@@/gm, function(val){ | ||||
|             return MDIN( val.replace( /~@@@@/gm,'' ).replace( /@@@@~/gm,'' ) ); | ||||
|           }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user