Development

#2889 (typo in documentation)

You must first sign up to be able to contribute.

Ticket #2889 (closed documentation: fixed)

Opened 10 months ago

Last modified 10 months ago

typo in documentation

Reported by: arion279 Assigned to: fabien
Priority: minor Milestone:
Component: other Version: 1.0.10
Keywords: Cc:
Qualification: Unreviewed

Description

http://www.symfony-project.org/book/1_0/04-The-Basics-of-Page-Creation

Please take a look at all references of the phrase: "It's already <?php echo $hour ?>".

The apostrophe (') in the word "It's" is acting as the start of a new string (rightfully so) and needs to be escaped. The result is that the code examples are improperly discolored from that mark and beyond.

Best,

Arion

Change History

02/08/08 22:50:12 changed by dwhittle

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

(In [7418]) dwhittle: fixed syntax highlighting issue, closes #2889