Fixed Source.txt column-width

This commit is contained in:
Jaidyn Lev 2018-10-07 03:26:47 -05:00
parent 5b35bc1798
commit bbab136f78

View File

@ -30,7 +30,7 @@ function write_metadata($filepath, $source)
$file_p = fopen($filepath . ".txt", 'w'); $file_p = fopen($filepath . ".txt", 'w');
$source_string = "Source:\n" $source_string = "Source:\n"
. prefix_text(set_line_length($source, 60), . prefix_text(set_line_length($source, 50),
" "); " ");
fwrite($file_p, $source_string); fwrite($file_p, $source_string);