From: Bill Erickson Date: Tue, 27 Sep 2011 14:51:29 +0000 (-0400) Subject: Replace self-closing divs with open/close divs X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e9c35ab32aba749f56eef02d0794d6f86633c952;p=contrib%2FConifer.git Replace self-closing divs with open/close divs XML != HTML Traditionally, Vandelay templates were parsed as XML on the server for DTD replacement. With the advent of locale::maketext for templates, Vandelay no longer needs to be parsed as XML. However, not parsing as XML leaves any self-closing divs (
) intact in the final source, which are treated as opening divs in text/html. This patch replaces self-closing divs with open/close pairs. https://bugs.launchpad.net/evergreen/+bug/860676 Signed-off-by: Bill Erickson Signed-off-by: Dan Scott --- diff --git a/Open-ILS/src/templates/conify/global/config/hold_matrix_matchpoint.tt2 b/Open-ILS/src/templates/conify/global/config/hold_matrix_matchpoint.tt2 index f1efcbc4ed..0823484852 100644 --- a/Open-ILS/src/templates/conify/global/config/hold_matrix_matchpoint.tt2 +++ b/Open-ILS/src/templates/conify/global/config/hold_matrix_matchpoint.tt2 @@ -17,7 +17,7 @@ showColumnPicker='true' columnPickerPrefix='"conify.config.hold_matrix_matchpoint"'> -
+