=== modified file 'sites/all/modules/biblio/biblio.pages.inc' --- sites/all/modules/biblio/biblio.pages.inc 2009-06-09 12:15:39 +0000 +++ sites/all/modules/biblio/biblio.pages.inc 2009-06-09 15:52:23 +0000 @@ -530,7 +530,7 @@ $order = ($attrib['order'] == "desc" || $attrib['order'] == "DESC")?"asc":"desc"; $cur_order = ($attrib['order'] == "desc" || $attrib['order'] == "DESC")?"desc":"asc"; $path = drupal_get_path('module','biblio'); - $order_arrow = ($order == 'asc') ? ' (Desc)':' (Asc)'; + $order_arrow = ($order == 'asc') ? ' (Desc)':' (Asc)'; $sort_links = variable_get('biblio_sort_tabs', array('author'=>'author', 'title'=>'title', 'type'=>'type', 'year'=>'year', 'keyword'=>'keyword')); ksort($sort_links); $content .= $tabs ? '