mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-27 22:55:20 +00:00
[svn r6840] Updated glossary page to include stuff recently added to passage descriptions. Also did some link fixing etc.
This commit is contained in:
@@ -83,10 +83,10 @@ my %areanames =
|
||||
while (<CSV>) {
|
||||
chomp;
|
||||
# Split single line into all the fields
|
||||
($name, $file, $fragment, $desc, $ety) = &parse_csv($_);
|
||||
($name, $file, $fragment, $desc) = &parse_csv($_);
|
||||
|
||||
# Last field of CSV file can have weird form-feeds etc. Kill them
|
||||
$ety =~ s/\r//;
|
||||
$desc =~ s/\r//;
|
||||
|
||||
if(uc(substr($name, 0, 1)) ne $letter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user