Skip to content

Commit

Permalink
Updated the lm tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mystralkk committed Dec 11, 2016
1 parent edcfe8c commit d4d48bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/build/lm/lm.php
Expand Up @@ -112,12 +112,12 @@

function separator()
{
echo '###############################################################################' . PHP_EOL;
echo "###############################################################################\n";
}

function separatorThin()
{
echo '// +---------------------------------------------------------------------------+' . PHP_EOL;
echo "// +---------------------------------------------------------------------------+\n";
}

/**
Expand Down

0 comments on commit d4d48bc

Please sign in to comment.