Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions en/api/phalcon_html.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ Class Form
```php
public function __invoke( array $attributes = [] ): string;
```
Produce a <form> tag.
Produce a `<form>` tag.



Expand Down Expand Up @@ -1556,7 +1556,7 @@ public function withoutRel( mixed $rel );
```
Returns an instance with the specified relationship excluded.

If the specified rel is already not present, this method MUST return
If the specified rel is not present, this method MUST return
normally without errors.


Expand Down