Changeset 799 for trunk/Common


Ignore:
Timestamp:
Feb 10, 2016, 10:34:00 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: New lines in log of finance charge.
  • Fixed: Use non static call to Scheduler method from command line.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Form/Types/Text.php

    r548 r799  
    99  function OnView($Item)
    1010  {
    11     $Output = str_replace("\n", '<br />', strip_tags($Item['Value']));
     11    $Output = str_replace("\n", '<br/>', strip_tags($Item['Value']));
    1212    return($Output);
    1313  }
Note: See TracChangeset for help on using the changeset viewer.