Page 1 of 1

Cachy breaks HTML when minifying!

Posted: Sat Jan 19, 2019 6:18 pm
by rahuldottech
So, this is what the end of my post normally looks like:

Code: Select all

<p>Usage is as simple as this:</p>
<pre>&lt;?php<br>require 'varDx.php';<br><br>$dx = new \varDx\cDX; //create an object<br>$dx-&gt;def('file.dat'); //define data file<br><br>$val1 = "this is a string";<br><br>$dx-&gt;write('str1', $val1); //writes key to file<br>echo $dx-&gt;read('data1'); //returns key value from file</pre>
<p>It has functions for reading, writing, modifying, checking and deleting data. Get the code from the Github <a title="varDx Github Repo" href="https://github.com/rahuldottech/varDx" target="_blank" rel="noopener">repository</a>, and see the <a title="varDx Documentation" href="https://github.com/rahuldottech/varDx/blob/master/README.md" target="_blank" rel="noopener">README</a> file for more documentation.</p></article>
But when I enable the html minify option, this is what happens:

Code: Select all

<p>Usage is as simple as this:</p><pre>&lt;?php<br>require 'varDx.php';<br><br>$dx = new \varDx\cDX; <p>It has functions for reading, writing, modifying, checking and deleting data. Get the code from the Github <a title="varDx Github Repo" href="https://github.com/rahuldottech/varDx" target="_blank" rel="noopener">repository</a>, and see the <a title="varDx Documentation" href="https://github.com/rahuldottech/varDx/blob/master/README.md" target="_blank" rel="noopener">README</a> file for more documentation.</p></article>
Note that the ending </pre> tag disappears.

Re: Cachy breaks HTML when minifying!

Posted: Sat Jan 19, 2019 9:02 pm
by diego
Hi,
maybe the best option is ask to the developer of Cachy.

https://bitbucket.org/Blackneron/cachy

Re: Cachy breaks HTML when minifying!

Posted: Wed Jan 23, 2019 1:13 pm
by rahuldottech
Hey diego, I am unable to reach the developer by email. Do you have an esteblished channel of communication with them or know of alternate means to reach them by?

Re: Cachy breaks HTML when minifying!

Posted: Wed Jan 23, 2019 8:09 pm
by Edi
rahuldottech wrote: Wed Jan 23, 2019 1:13 pm Hey diego, I am unable to reach the developer by email.
The email address is on the repository page. Doesn't it work?

Re: Cachy breaks HTML when minifying!

Posted: Sun Jan 27, 2019 7:18 pm
by rahuldottech
Hi Edi, no, my emails get bounced back to me.

Re: Cachy breaks HTML when minifying!

Posted: Mon Jan 28, 2019 9:27 am
by Edi
Perhaps the contact form works:

https://pb-soft.com/site/contact