#2728 closed defect (bug) (fixed)
Incorrect DIV tags in default theme files
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Template | Version: | 2.0.2 |
| Severity: | minor | Keywords: | stylesheet bg|has-patch bg|commit |
| Cc: |
Description
In regard to the default theme in version 2.0.2 -
This div tag:
<div class="entrytext">
has no corresponding entry in the stylesheet (style.css).
See:
line 15 in: wordpress/themes/default/single.php
and
line 8 in: wordpress/themes/default/page.php
perhaps other files as well.
This bug results in incorrectly formatted Page entries, perhaps other formatting issues.
Was the tag intended to be 'entry' rather than 'entrytext'?
Attachments (1)
Change History (6)
leftjustified — 7 years ago
comment:1
leftjustified — 7 years ago
- Component changed from General to Template
- Keywords bg|has-patch bg|commit added
- Milestone set to 2.0.4
- Owner changed from anonymous to leftjustified
- Priority changed from high to low
- Severity changed from major to minor
- Status changed from new to assigned
Patch for 2.0 branch
Just confirming that the following changes from the .diff, works for me! I just implemented the changes, and "tested" them on my 2.1 alpha2 blog. I know this is "low priority", I just want to see more of the "low priority" tickets, go bye..bye! lol! ;)
- Resolution set to fixed
- Status changed from assigned to closed

fixes single.php, page.php and attachment.php in default theme