[gimp-web/testing] Drop confusing trailing full stops from MD5 hash lines.



commit 7a732b92dcdfab72f0ed7abbdb8e01cfe2a51a55
Author: Michael Schumacher <schumaml gmx de>
Date:   Fri Nov 18 22:14:14 2016 +0100

    Drop confusing trailing full stops from MD5 hash lines.

 themes/newgimp/templates/downloads.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index 30f8e3b..5eb237c 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -89,7 +89,7 @@
 
         <p>
             The MD5 hash sum for <code>{{ MACOS_FILE }}</code> is:
-            <kbd>{{ MACOS_HASH }}</kbd>.
+            <kbd>{{ MACOS_HASH }}</kbd>
         </p>
 
 
@@ -186,7 +186,7 @@
 
     <h3>MD5 Hash Sum</h3>
     <p>
-        The MD5 hash sum for <code>{{ WINDOWS_FILE }}</code> is: <kbd>{{ WINDOWS_HASH }}</kbd>.
+        The MD5 hash sum for <code>{{ WINDOWS_FILE }}</code> is: <kbd>{{ WINDOWS_HASH }}</kbd>
     </p>
 
     <h3>Older Downloads</h3>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]