From 2adbb8fff2563616e85680c0326a8fa0421fd666 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 8 Aug 2011 11:14:11 +0000 Subject: doubled date removed --- views/layout.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/layout.haml b/views/layout.haml index c76396d..96f7d35 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -51,7 +51,7 @@ Disclaimer: ToxCreate uses state-of-the-art published and tested algorithms and methodologies with full validation information. However, just as with experimental measurements, computational predictions are subject to varying degrees of accuracy and uncertainty, so please read the full report carefully, particularly the validation information. No liability is accepted for any inaccuracy in predictions. %p - tag = `git tag`.split("\n").last - - tagdate = `git show #{tag}|grep Date`.chomp + - tagdate = `git show #{tag}|grep Date`.split("\n").last Version: = tag , -- cgit v1.2.3