Skip to content

Commit

Permalink
Fixes #91
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusmanske committed Jan 22, 2024
1 parent e382c2b commit 25a0cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ impl RenderHTML {
"timestamp" => "<th class='text-nowrap' tt='h_touched'></th>".to_string(),
"wikidata_item" => "<th tt='h_wikidata'></th>".to_string(),
"coordinates" => "<th tt='h_coordinates'></th>".to_string(),
"defaultsort" => "<th tt='h_defaultsort'></th>".to_string(),
"defaultsort" => "<th tt='h_defaultsort' style='white-space: nowrap;'></th>".to_string(),
"disambiguation" => "<th tt='h_disambiguation'></th>".to_string(),
"incoming_links" => "<th tt='h_incoming_links'></th>".to_string(),
"sitelinks" => "<th tt='h_sitelinks'></th>".to_string(),
Expand Down

0 comments on commit 25a0cd8

Please sign in to comment.