Skip to content

Commit

Permalink
Prior commit didn't capture a single case; reconsider statement in pr…
Browse files Browse the repository at this point in the history
…ior commit message.
  • Loading branch information
alanmmckay committed Jul 17, 2024
1 parent 9d98bdf commit 0c49b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/form_input_field/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
Extend these helpers to be compatible with <code>Action&shy;View::Hel&shy;per&shy;s::Form&shy;Builder</code>.
</li>
<li style='text-align:start'>
Create function wrappers specific to the required <code>Action&shy;View::Hel&shy;per&shy;s::For&shy;m&shy;Hel&shy;per</code> method. I.e., <code style='display:inline-block;'>form_text_field(:model, :object_name)</code> which calls <code style='display:inline-block;'>form_input_field(:text_field, :model, :object_name)</code>
Create function wrappers specific to the required <code>Action&shy;View::Hel&shy;per&shy;s::For&shy;m&shy;Hel&shy;per</code> method. I.e., <code style='display:inline-block;'>form_text_field(:model, :object_name)</code> which calls <code style='display:inline-block;'>form_&shy;input_&shy;field(&shy;:text_field, :model, :object_name)</code>
</li>
</ul>
<p>
Expand Down

1 comment on commit 0c49b24

@alanmmckay
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider the css attribute hyphenate-character whose value can be set to ""

Please sign in to comment.