Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#2728 closed defect (bug) (fixed)

Incorrect DIV tags in default theme files

Reported by: deko Owned by: leftjustified
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)

default-theme-class-typos.diff (2.2 KB) - added by leftjustified 7 years ago.
fixes single.php, page.php and attachment.php in default theme

Download all attachments as: .zip

Change History (6)

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

  • 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! ;)

comment:3   ryan7 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [4045]) fix div tags. Props leftjustified. fixes #2728

comment:4   ryan7 years ago

(In [4047]) fix div tags. Props leftjustified. fixes #2728

  • Milestone 2.0.4 deleted

Milestone 2.0.4 deleted

Note: See TracTickets for help on using tickets.