Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaces Added to Front and Back #31

Open
awayshops opened this issue Jun 5, 2019 · 0 comments
Open

Spaces Added to Front and Back #31

awayshops opened this issue Jun 5, 2019 · 0 comments

Comments

@awayshops
Copy link

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;
@dartiss dartiss added this to the Version 2.4 milestone Aug 8, 2023
@dartiss dartiss removed this from the Version 2.4 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants