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:
Revision [19204]
Edited on 2008-01-28 00:14:43 by NilsLindenberg [Modified links pointing to docs server]No Differences
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
greetings, Frank
Deletions:
Additions:
~
Deletions:
greetings, Frank
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:
<? 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>