From da2c002abe253d3707ee6669d538b12840a8f147 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Sat, 21 Jul 2012 20:34:57 -0400 Subject: [PATCH] Make sure homepage news/press links open in a new window. --- lms/templates/index.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/lms/templates/index.html b/lms/templates/index.html index 0f68a74f42..7ee67e8fea 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -108,12 +108,10 @@ %for entry in entries:
%if entry.image: - - - + %endif
- ${entry.title} + ${entry.title}
@@ -122,12 +120,11 @@