Ticket #2405 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Massive Code Cleanup: Kill Trailing Tabs

Reported by: markjaquith Assigned to: markjaquith
Priority: normal Milestone: 2.1
Component: General Version: 2.0
Severity: normal Keywords: bg|has-patch bg|commit code cleanup
Cc:

Description

This patch is merely the result of running a global search/replace on WordPress replacing all instances of \t\n (tab, return) with \n (return). Code is Poetry 4eva.

Attachments

fix_trailing_tabs_2006-02-12_07.51.00_GMT.diff (196.6 kB) - added by markjaquith on 02/12/06 07:53:45.
current as of the time in the filename

Change History

02/07/06 06:48:03 changed by markjaquith

  • status changed from new to assigned.

Okay, don't view that diff in Firefox. Seriously. It kills it.

02/12/06 07:53:45 changed by markjaquith

  • attachment fix_trailing_tabs_2006-02-12_07.51.00_GMT.diff added.

current as of the time in the filename

02/12/06 07:54:23 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [3517]) Death to trailing tabs. Props Mark J. fixes #2405