Changeset 24147
- Timestamp:
- 2011-06-10T14:04:01+12:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/classify/List.pm
r24081 r24147 381 381 } 382 382 383 # Don't uppercase metadata here, user can change the display with CSS or javascript 384 # further on. Moreover, CSS is unable to turn letters that are capitals by default 385 # into lowercase, whereas letters that are lowercase by default can be titlecased or 386 # capitalised later with CSS if necessary. 383 387 # uppercase the metadata - makes the AZList nicer 384 $metadata_value = uc($metadata_value);388 #$metadata_value = uc($metadata_value); 385 389 386 390 # We are already working with unicode aware strings at this
Note:
See TracChangeset
for help on using the changeset viewer.