Tags:
create new tag
view all tags

Question

My simple table

Table
CGI
CGIF

why is =CGI= invisible?

\=CGI\= gets rendered to <code /> instead of <code>CGI</code>

way way down in TWiki code you call CGI::code('string') Here is the perl test file to prove its not your fault....

perltest.pl:

require CGI;

import CGI;
print CGI::code('CGIP');
print "\n";

print CGI::code('CGI');
print "\n";

0;

Environment

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: deb etch
Web server: apache 2.2
Perl version: 5.8.somethin
Client OS: all
Web Browser: all
Categories: Forms, Missing functionality

-- TerryRankine - 20 Sep 2007

Answer

ALERT! If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.

Tracked in Bugs:Item4683

-- PeterThoeny - 25 Sep 2007

CGI appears to be a reserved word. Try with a <nop>:

| Table |
| =C<nop>GI= |
| =CGIF= |

Results in:

Table
CGI
CGIF

Not intuitive, but it may help you in the short term.

-- ArthurClemens - 25 Sep 2007

Change status to:
Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions
Topic revision: r3 - 2007-09-25 - ArthurClemens
 
  • Learn about TWiki  
  • Download TWiki
This site is powered by the TWiki collaboration platform Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2026 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.