<!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 <:vspace> markup, when used in conjunction with the
beautifier cookbook recipe :-(<br>
<br>
My 'beautifully' syntax highlighted scripts now have <:vspace>
where there should be a blank line. <br>
<br>
from <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"><snip></pre>
<pre class="sourcecode">
Use <DatabaseName, sysName, value>
Go
<:vspace>
Create Procedure <ObjectName, varChar(128), value>
<font color="blue">As</font>
<font color="green">/******************************************************************************************
<ObjectName, varChar(128), value>         
*******************************************************************************************
<:vspace>
Script Creation Date : <Create Date, SmallDateTime, value>
Object Name : <ObjectName, varChar(128), value>
<:vspace>
Script Author: : <Author, varChar(128), value>
</font></snip>
</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 to insert said markup,
but I have reached my limits of PHP. Where do I change the output of
the beautifier script to do this? Can anyone point me in the right
direction? Are you there Jason? ;-)<br>
<br>
I've got a lot of scripts!<br>
<br>
Dave Jackson<br>
</body>
</html>