Revision history for PhpShortOpenTags


Revision [23227]

Last edited on 2016-05-20 07:38:47 by NilsLindenberg [Replaces old-style internal links with new pipe-split links.]
Additions:
~&[[Ticket:263]], fixed in http://wush.net/trac/wikka/changeset/157. Thank you for reporting it, but please use [[http://wush.net/trac/wikka/newticket | the tracker]] next time! -- NilsLindenberg
Deletions:
~&[[Ticket:263]], fixed in http://wush.net/trac/wikka/changeset/157. Thank you for reporting it, but please use [[http://wush.net/trac/wikka/newticket the tracker]] next time! -- NilsLindenberg


Revision [19204]

Edited on 2008-01-28 00:14:43 by NilsLindenberg [Modified links pointing to docs server]

No Differences

Revision [16981]

Edited on 2007-05-31 23:27:32 by NilsLindenberg [Reverted]
Additions:
~&[[Ticket:263]], fixed in http://wush.net/trac/wikka/changeset/157. Thank you for reporting it, but please use [[http://wush.net/trac/wikka/newticket the tracker]] next time! -- NilsLindenberg
greetings, Frank
Deletions:
~


Revision [16780]

Edited on 2007-05-31 10:47:47 by TruNqg [Reverted]
Additions:
~
Deletions:
~&[[Ticket:263]], fixed in http://wush.net/trac/wikka/changeset/157. Thank you for reporting it, but please use [[http://wush.net/trac/wikka/newticket the tracker]] next time! -- NilsLindenberg
greetings, Frank


Revision [14772]

Edited on 2006-07-05 18:16:21 by NilsLindenberg [moved to trac + fixed]
Additions:
~&[[Ticket:263]], fixed in http://wush.net/trac/wikka/changeset/157. Thank you for reporting it, but please use [[http://wush.net/trac/wikka/newticket the tracker]] next time! -- NilsLindenberg
Deletions:
If short open tags (also known as ASP tags) are disabled in PHP wikka is printing a short piece of php code:
<? echo $this->tag ?>
It's in line 30 of actions/header.php
<h2><?php echo $this->config["wakka_name"] ?> : <a href="<?php echo $this->href('backlinks', '', ''); ?>" title="Display a list of pages linking to <?
echo $this->tag ?>"><?php echo $this->GetPageTag(); ?></a></h2>
==== Solution ====
Add "php" after "<?"
Correct:
<h2><?php echo $this->config["wakka_name"] ?> : <a href="<?php echo $this->href('backlinks', '', ''); ?>" title="Display a list of pages linking to <?php
echo $this->tag ?>"><?php echo $this->GetPageTag(); ?></a></h2>


Revision [14771]

The oldest known version of this page was created on 2006-07-05 17:10:44 by FrankSchenk [moved to trac + fixed]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki