From 26b5e4aa3c23078ae77c8541099dfbf211bbe130 Mon Sep 17 00:00:00 2001 From: Brian Hardisty Date: Wed, 5 Jul 2017 03:22:11 -0700 Subject: [PATCH] Use `$identifier` over `${identifier}` `${identifier}` has the potential to conflict with JavaScript template literals. --- templates/index.html | 8 ++++---- templates/index_row.html | 18 +++++++++--------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/index.html b/templates/index.html index 1f358aea..c33dc5ca 100644 --- a/templates/index.html +++ b/templates/index.html @@ -64,11 +64,11 @@
-

+

Archived Sites
- Archived with: Bookmark Archiver on ${date_updated} + Archived with: Bookmark Archiver on $date_updated

@@ -76,7 +76,7 @@ Starred - Saved Articles (${num_links}) + Saved Articles ($num_links) Files PDF Screenshot @@ -84,7 +84,7 @@ Original URL - ${rows} + $rows diff --git a/templates/index_row.html b/templates/index_row.html index a89769f8..2708463e 100644 --- a/templates/index_row.html +++ b/templates/index_row.html @@ -1,12 +1,12 @@ - ${time} - - - ${title} ${tags} + $time + + + $title $tags - 📂 - 📄 - 🖼 - 🏛 - 🔗 ${url} + 📂 + 📄 + 🖼 + 🏛 + 🔗 $url