Skip to content

Spaces Added to Front and Back #31

@awayshops

Description

@awayshops

Work around starts at add-embeds.php line 96

		$saved_html = $html;
		// Build the string to search for

		$search = $options['opening_ident'] . $options['keyword_ident'] . $full_suffix . $options['closing_ident'];

		// Build the string of code to replace with

		//BUG!: Adds spaces to front and back
		//$replace = ce_generate_code( $html, $responsive, $max_width, $options['debug'] );
		$replace = $saved_html;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions