Disable encoding during HTML indent

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
Purple Edge
Posts: 10
Joined: Sat Mar 01, 2008 10:25 am

Disable encoding during HTML indent

Post by Purple Edge »

Webuilder 9.0.0.97

When I use HTML indent on a php page it insists on converting...

<img src="<?php echo $captcha_id_obj->getImageURL(""); ?>" border="1" />

to ...

<img src="<?php echo $captcha_id_obj->getImageURL(" />" border="1" />

How do I disable encoding during HTML indent - I looked at the options for encoding, and there is no switch for "none"
davenz

Re: Disable encoding during HTML indent

Post by davenz »

I'm not sure you can; I think it is 'hard coded' into the editor. Perhaps report it as a bug and see if the devs can 'fix' it or add an option - which perhaps would make it a feature request.

Dave.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Re: Disable encoding during HTML indent

Post by Karlis »

Not sure I got the question. Can you explain it in detail, please, step-by-step what you do and what happens. All auto-replace and auto-complete features can be turned off, so if the text you type is changed automatically, most likely the feature that changed it can be turned off.
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply