Plugin Directory

Changeset 653395


Ignore:
Timestamp:
01/16/2013 05:38:41 AM (13 years ago)
Author:
hranchFundi
Message:

added a page break tag as a default setting just after the closing div tag for the article body. This will give a bit more separation between articles by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • syndicate-press/trunk/syndicate-press-plugin.php

    r653372 r653395  
    107107            'articleTitleHTMLCodePost' => '</h3>',
    108108            'articleBodyHTMLCodePre' => '<div>',
    109             'articleBodyHTMLCodePost' => '</div>',
     109            'articleBodyHTMLCodePost' => '</div><br>',
    110110            'feedSeparationHTMLCode' => '<hr>',
    111111            'addNoFollowTag' => 'true',
Note: See TracChangeset for help on using the changeset viewer.