Development

Changeset 11178

You must first sign up to be able to contribute.

Changeset 11178

Show
Ignore:
Timestamp:
08/26/08 23:04:07 (3 months ago)
Author:
FabianLange
Message:

doc: shorted sidebar excerpt that messes up whole page. (markdown issue) This works around the issue. Fixes #4177

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/14-Generators.txt

    r7986 r11178  
    10141014> 
    10151015>     [php] 
    1016 >     <?php if ($article->getNbComments() > 0): ?> 
    1017 >       <h2>This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?></h2> 
    1018 >     <?php endif; ?> 
     1016>     This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?> comments. 
    10191017> 
    10201018>This query string parameter is an encoded version of the more legible 
  • doc/branches/1.1/book/14-Generators.txt

    r10837 r11178  
    894894> 
    895895>     [php] 
    896 >     <?php if ($article->getNbComments() > 0): ?> 
    897 >       <h2>This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?></h2> 
    898 >     <?php endif; ?> 
     896>     This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?> comments. 
    899897> 
    900898>This query string parameter is an encoded version of the more legible 
  • doc/branches/1.2/book/14-Generators.txt

    r10837 r11178  
    894894> 
    895895>     [php] 
    896 >     <?php if ($article->getNbComments() > 0): ?> 
    897 >       <h2>This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?></h2> 
    898 >     <?php endif; ?> 
     896>     This article has <?php echo link_to($article->getNbComments().' comments', 'comment/list', array('query_string' => 'filter=filter&filters%5Barticle_id%5D='.$article->getId())) ?> comments. 
    899897> 
    900898>This query string parameter is an encoded version of the more legible