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 have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list 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:
Topic revision: r3 - 2007-09-25 - ArthurClemens
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.