Ignore:
Timestamp:
Feb 3, 2014, 10:06:56 AM (10 years ago)
Author:
maron
Message:
  • Added: addon now load all npcaction files
  • Fixed: generate addon without newline in en text
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/CreateAddon.php

    r777 r779  
    5858    $string = str_replace('$b', ' ', $string); 
    5959    $string = $this->ReplaceVarInText($string); 
     60    $string = str_replace("\r", '', $string);
     61    $string = str_replace("\n", '', $string);
    6062    while(strpos($string, '  '))
    6163      $string = str_replace('  ', ' ', $string);
Note: See TracChangeset for help on using the changeset viewer.