Gossamer Forum
Quote Reply
Global Output Problem
Hi,

When I try using globals in GForum, I'm running into the problem that html code brackets are getting returned as:

<select name>

rather than:

<select name>

For example when I do the following test global:

sub {
my $output = q~<select name>~;
return $output;
}

when I place the global tag <%test%> on the user_signup template, the html code gets returned as:

&lt;select name&gt;

rather than:

<select>

Does anyone know how I can get the globals to return the correct brackets?

--Frank
Subject Author Views Date
Thread Global Output Problem FrankM 2953 Nov 1, 2004, 6:21 PM
Thread Re: [FrankM] Global Output Problem
brewt 2869 Nov 1, 2004, 8:47 PM
Post Re: [brewt] Global Output Problem
FrankM 2856 Nov 2, 2004, 9:17 AM