Hi all!!!
I need to convert all the content in the <pre> </pre> tags to the REAL html...
To save text formatting using in the non-formatted text i need to replace all spaces between the first symbol in the line.
<pre>
for (i=0; i<10; i++){
k+=10;
}
<pre>
will be converted to
for (i=0; i<10; i++){
k+=10;
}