Development

#642 (Small error in long text field (textarea) doc)

You must first sign up to be able to contribute.

Ticket #642 (closed documentation: fixed)

Opened 2 years ago

Last modified 2 years ago

Small error in long text field (textarea) doc

Reported by: bladus Assigned to:
Priority: minor Milestone: 0.6.3
Component: Version:
Keywords: Cc:
Qualification:

Description

In Standard form elements -> long text field (textarea): there's a small error in the documentation, one ')' is too much.

<?php echo textarea_tag('name', 'default content', 'size=10x20')) ?>

it should be

<?php echo textarea_tag('name', 'default content', 'size=10x20') ?>

just noticed that when doing a copy+paste ;)

Change History

06/21/06 11:10:05 changed by francois

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

in r1494