Ticket #234 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

typo in foreach task documentation

Reported by: cweiske@php.net Assigned to: hans
Priority: major Milestone: 2.3.1
Component: phing-core Version: 2.3.0
Keywords: Cc:

Description

The example has a typo, "languages" is wrong in the property.

<property name="langauges" value="en,fr,de" />
<foreach list="${languages}" param="lang" target="buildlang" />

Attachments

Change History

03/08/08 09:20:08 changed by mrook

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

Fixed in r360.


Add/Change #234 (typo in foreach task documentation)




Action