summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKcchouette <Kcchouette@users.noreply.github.com>2021-03-08 17:29:45 +0100
committerGitHub <noreply@github.com>2021-03-08 17:29:45 +0100
commitd7623d9fd72929a74a29c3c666794b6a821c2430 (patch)
tree38d6c36818f49b377741ca3a532cc3b0fadb421f
parentd733698b7a61f2d8f98bc81b72ae7d172b404a2d (diff)
downloadonionshare-d7623d9fd72929a74a29c3c666794b6a821c2430.tar.gz
onionshare-d7623d9fd72929a74a29c3c666794b6a821c2430.zip
Adding class to have old style
-rw-r--r--cli/onionshare_cli/resources/templates/listing.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/onionshare_cli/resources/templates/listing.html b/cli/onionshare_cli/resources/templates/listing.html
index e1dd6d9f..da088607 100644
--- a/cli/onionshare_cli/resources/templates/listing.html
+++ b/cli/onionshare_cli/resources/templates/listing.html
@@ -24,7 +24,7 @@
{% endif %}
<table class="file-list" id="file-list">
- <tr>
+ <tr class="heading">
<th id="filename-header">Filename</th>
<th id="size-header">Size</th>
<th></th>
@@ -56,4 +56,4 @@
</table>
</body>
-</html> \ No newline at end of file
+</html>