diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-24 08:32:06 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-24 08:32:06 +0000 |
| commit | bccd18f05ae560c6b0aacbd42ce80d231ea49332 (patch) | |
| tree | a810487a4cf6acd08c004732d783d700dbee5ef9 | |
| parent | 797ba24daf99c79e5a53dae38e835751a3bd6310 (diff) | |
| download | webtrees-bccd18f05ae560c6b0aacbd42ce80d231ea49332.tar.gz webtrees-bccd18f05ae560c6b0aacbd42ce80d231ea49332.tar.bz2 webtrees-bccd18f05ae560c6b0aacbd42ce80d231ea49332.zip | |
Remove BOM from functions_print_lists.php
| -rw-r--r-- | includes/functions/functions_print_lists.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php index 881d2f927e..cfc54079ab 100644 --- a/includes/functions/functions_print_lists.php +++ b/includes/functions/functions_print_lists.php @@ -1,4 +1,4 @@ -<?php +<?php // Functions for printing lists // // Various printing functions for printing lists |
