Opened 7 years ago
Closed 7 years ago
#1473201 closed Bugs (Fixed)
Typo on line 1133 of main.inc
| Reported by: | loe_spee | Owned by: | nobody |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Other | Version: | None |
| Severity: | Keywords: | ||
| Cc: |
Description
And 10 lines further I discoverd a repetition of the typo ;) On line 1133 of the file 'main.inc' it says: else if($attrib['image'] || $arg['imagect'] || $attrib['imagepas'] || $attrib['class']) While I think it should be: else if($attrib['image'] || $arg['imageact'] || $attrib['imagepas'] || $attrib['class']) (again, $arg['imageact'] instead of $arg['imagect'])
Change History (1)
Note: See
TracTickets for help on using
tickets.
