Changeset 2228


Ignore:
Timestamp:
01/29/09 15:20:53 (3 years ago)
Author:
CrawfordCurrie
Message:

Item5962: removed apparently spurious newline

Location:
trunk/ActionTrackerPlugin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/data/System/ActionTrackerPlugin.txt

    r2227 r2228  
    412412|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    413413|  Change History: | | 
    414 |  29 Jan 2009 | Foswikitask:Item455: port to foswiki Foswikitask:Item5974: correct CSS for search results table Foswikitask:Item5938: load CSS for ACTIONSEARCH Foswikitask:Item5606: Foswikitask:Item5915: respect global settings for time format Foswikitask:Item4312: support for header, footer etc. Foswikitask:Item412: added =reverse= | 
     414|  29 Jan 2009 | Foswikitask:Item455: port to foswiki Foswikitask:Item5974: correct CSS for search results table Foswikitask:Item5938: load CSS for ACTIONSEARCH Foswikitask:Item5606: Foswikitask:Item5915: respect global settings for time format Foswikitask:Item4312: finished support for header, footer etc. Foswikitask:Item412: added =reverse= Foswikitask:Item5962: removed apparently spurious newline | 
    415415|  7 May 2008 | TWikibug:Item5607: http: was being doubled up on URLs in mail due to a core bug | 
    416416|  13 Apr 2008 | TWikibug:Item4649: merged TWiki:Main.JoaquinBuendia's fix for AJAX updates on IE. TWikibug:Item4760: fixed WYSIWYG editing of topics containing actions TWikibug:Item5531: added simple button option for state changes | 
  • trunk/ActionTrackerPlugin/lib/Foswiki/Plugins/ActionTrackerPlugin.pm

    r2227 r2228  
    314314 
    315315    my $text = $action->stringify(); 
    316     $text = "$pretext$text\n$posttext";  
     316    $text = "$pretext$text$posttext"; 
    317317 
    318318    # take the opportunity to fill in the missing fields in actions 
Note: See TracChangeset for help on using the changeset viewer.