Current File : /home/kelaby89/muzza.fit/wp-content/plugins/js_composer/assets/js/editors/helpers/htmlUtils.js
(function (window) {
	'use strict';

	window.vc.htmlHelpers = {
		fixUnclosedTags: function ( string ) {
			// Replace opening < with an entity &#60; to avoid editor breaking
			var regex = /<([^>]+)$/g;
			return string.replace(regex, '&#60;');
		}
	};
})(window);
Page not found – Hello World !