tomshawk
06-05-2005, 09:18 PM
Hello Brian, first off, thank you for the fix on the last module problem ;) Kuddos.
Well, I found another problem.
When I backup a module into a .module file that is purely template based, but, a wierd template :p
The output when I restore is, is not quite right.
Here is a snippet of the template I am referring to
This is what it is supposed to be
<img src=\"http://www.tech-unity.com/forums/images/misc/news.gif\ (http://www.tech-unity.com/forums/images/misc/news.gif/)" align=\"left\" height=\"31\" width=\"250\" border=\"0\" alt=\"Tech-unity News\"></a><strong>
This is what comes out when a restore is done
<img src="http://www.tech-unity.com/forums/images/misc/news.gif" align="left" height="31" width="250" border="0" alt="Tech-unity News"></a><strong>
You'll notice all of the \ slashes are missing from the code
Thanks in advance for any help
Well, I found another problem.
When I backup a module into a .module file that is purely template based, but, a wierd template :p
The output when I restore is, is not quite right.
Here is a snippet of the template I am referring to
This is what it is supposed to be
<img src=\"http://www.tech-unity.com/forums/images/misc/news.gif\ (http://www.tech-unity.com/forums/images/misc/news.gif/)" align=\"left\" height=\"31\" width=\"250\" border=\"0\" alt=\"Tech-unity News\"></a><strong>
This is what comes out when a restore is done
<img src="http://www.tech-unity.com/forums/images/misc/news.gif" align="left" height="31" width="250" border="0" alt="Tech-unity News"></a><strong>
You'll notice all of the \ slashes are missing from the code
Thanks in advance for any help