Ignore:
Timestamp:
Feb 18, 2021, 1:59:28 PM (3 years ago)
Author:
chronos
Message:
  • Modified: Improved generation of contracts.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Global.php

    r887 r902  
    328328function NotBlank(string $Text): string
    329329{
    330   if ($Text == '') return '&nbsp';
     330  if ($Text == '') return ' ';
    331331    else return $Text;
    332332}
Note: See TracChangeset for help on using the changeset viewer.