Mercurial > SimpleWebPresenter
comparison Sitemap.inc @ 104:a5c37e845d7c
Fix quotes
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Mon, 07 Mar 2016 17:07:28 +0100 |
| parents | d98e315308cd |
| children | 4854db07f14f |
comparison
equal
deleted
inserted
replaced
| 103:23a59da90fc7 | 104:a5c37e845d7c |
|---|---|
| 126 } | 126 } |
| 127 closedir($handle); | 127 closedir($handle); |
| 128 } | 128 } |
| 129 } | 129 } |
| 130 | 130 |
| 131 usort($urls, cmp_length_lex); | 131 usort($urls, "cmp_length_lex"); |
| 132 | 132 |
| 133 foreach($urls as $location) { | 133 foreach($urls as $location) { |
| 134 $headers = Http::getHeaders($location, 5); | 134 $headers = Http::getHeaders($location, 5); |
| 135 | 135 |
| 136 $location = htmlentities($location); | 136 $location = htmlentities($location); |
