<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello<br>
<br>
I've just upgraded to Beta 55, from 40, and I seem to have a problem
with the new &lt;:vspace&gt; markup, when used in conjunction with the
beautifier cookbook recipe :-(<br>
<br>
My 'beautifully' syntax highlighted scripts now have &lt;:vspace&gt;
where there should be a blank line. <br>
<br>
from&nbsp; <a class="moz-txt-link-freetext" href="http://glossopian.co.uk/pmwiki.php?n=Main.StoredProcedureTemplate">http://glossopian.co.uk/pmwiki.php?n=Main.StoredProcedureTemplate</a>
<br>
<br>
<pre class="sourcecode">&lt;snip&gt;</pre>
<pre class="sourcecode">
Use &lt;DatabaseName, sysName, value&gt;
Go
&lt;:vspace&gt;
Create Procedure    &lt;ObjectName, varChar(128), value&gt;   
<font color="blue">As</font>
<font color="green">/******************************************************************************************
                          &lt;ObjectName, varChar(128), value&gt;                    
*******************************************************************************************
&lt;:vspace&gt;
Script Creation Date    : &lt;Create Date, SmallDateTime, value&gt;
Object Name             : &lt;ObjectName, varChar(128), value&gt;
&lt;:vspace&gt;
Script Author:          : &lt;Author, varChar(128), value&gt;

</font>&lt;/snip&gt;

</pre>
I have caught up on the last few messages in this list, and can see
from Patrick's post describing the 55 release that this is probably the
'fault' of the add-on, so I need to change it&nbsp; to insert said markup,
but I have reached my limits of PHP.&nbsp; Where do I change the output of
the beautifier script to do this? Can anyone point me in the right
direction?&nbsp; Are you there Jason?&nbsp; ;-)<br>
<br>
I've got a lot of scripts!<br>
<br>
Dave Jackson<br>
</body>
</html>