Development

#7195 (Typo in doc)

You must first sign up to be able to contribute.

Ticket #7195 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Typo in doc

Reported by: dmclark Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.2.8
Keywords: component template documentation Cc:
Qualification: Unreviewed

Description

<?php $this->extend('base') ?> <?php $this->set('title', 'Articles | '.$this->get('title')) ?> <?php $this->stylesheets->add('/css/articles.css'); <?php $this->output('content') ?>

third line missing closing ?>

Change History

09/23/09 20:39:59 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [22300]) [templating] fixed typo in doc (closes #7195)