This section is for posting questions which are not directly related to WYSIWYG Web Builder.
Examples of off topics: web server configuration, hosting, programming related questions, third party scripts.
Note that these questions will generally not be answered by the administrators of this forum.
Hi!!
We use the new programming language harbour and run on apache, just like php, you can embed code in web pages.
PHP usage is <?php .... ?>
harbour to use <?prg ...?>
When I publish HTML, WYSIWYG automatically changes my <?prg ... ?> to <?phprg ... ?>
Can it be corrected?
Last edited by ssbbstw on Sat Sep 04, 2021 1:54 pm, edited 1 time in total.
lummis wrote: Sat Aug 21, 2021 2:16 pm
Tools>Options>HTML then Formatting at bottom of HTML section (the dropdown which you may have set to beautify or minify)
The default value is 'beautify'. I now try to modify it to 'default'. The output html is normal!
However, the 'beautify' and 'minify' format cannot be used in this way!
The default value is 'beautify'. I now try to modify it to 'default'. The output html is normal!
The default value for new projects is 'default', not 'beautify'
However, the 'beautify' and 'minify' format cannot be used in this way!
Correct, because the software does not know anything about harbour so it does not know what to do with the code.
Note that this is not a 'bug', there is no way to implement support for all unknown languages.
But I will investigate if support for harbour can be added in the future.
The default value is 'beautify'. I now try to modify it to 'default'. The output html is normal!
The default value for new projects is 'default', not 'beautify'
However, the 'beautify' and 'minify' format cannot be used in this way!
Correct, because the software does not know anything about harbour so it does not know what to do with the code.
Note that this is not a 'bug', there is no way to implement support for all unknown languages.
But I will investigate if support for harbour can be added in the future.
Thank you for your answer also looking forward to come up with a good solution to this problem!