Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
documentation
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
15 Jul 2010 at 17:22 UTC
Updated:
4 Aug 2010 at 00:30 UTC
Jump to comment: Most recent file
Fixing newlines
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | newline_theme_inc_v3.patch | 1.91 KB | aspilicious |
| #2 | newline_theme_inc_v2.patch | 1.35 KB | aspilicious |
| newline_theme_inc.patch | 1.19 KB | aspilicious |
Comments
Comment #1
jhodgdonIndentation issues could also be fixed here:
Comment #2
aspilicious commented1) I fixed the indentation
2)
Needs a doc header, someone willing to make one?
Comment #3
jhodgdonReturns HTML output for a single table cell for theme_table().
@param $cell
Array of cell information, or string to display in cell.
@param bool $header
TRUE if this cell is a table header cell, FALSE if it is an ordinary table cell. If $cell is an array with element 'header' set to TRUE, that will override the $header parameter.
@return
HTML for the cell.
Comment #4
aspilicious commentedComment #5
jhodgdonLooks ready to go to me.
Comment #6
jhodgdonI've postponed most of the other newline issue. This one also adds a missing doc header for a function that didn't have one, so can we please make an exception and get this one committed? Thanks...
Comment #7
dries commentedOddly, I can't seem to apply the patch.
deimos:drupal-cvs dries$ patch -p0 < f.p
patch unexpectedly ends in middle of line
patch: **** Only garbage was found in the patch input.
I'm reviewing patches from an airplane over a sketchy internet connection -- maybe that has something to do with it. ;-)
Comment #8
jhodgdonSounds like your airplane is probably the problem. I don't have trouble applying the patch.
Comment #9
dries commentedCommitted to CVS HEAD. Thanks.