From b5533726eccbd8050b97d013cba282ec1c07b877 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Thu, 21 Jan 2010 21:57:44 -0500 Subject: [PATCH] Bug 4056: Fixes invalid xhtml in opac-messaging.tmpl if SMS is disabled. There is a tag which is outside of the block of code which defines checks to see if SMS is enabled. If SMS is disabled it causes several extra tags. --- koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tmpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tmpl index f1532e2a90..0e0543c0cc 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tmpl +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-messaging.tmpl @@ -56,8 +56,7 @@ " name="" - value="sms" onclick = "document.opacmessaging.none.checked=false;" /> - + value="sms" onclick = "document.opacmessaging.none.checked=false;" /> - -- 2.39.2