From 79582b050a54ea666917dbc99ab4f0b5fbfd5207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Fri, 1 Dec 2006 02:55:09 +0000 Subject: [PATCH] Quote output parameters used in tags, otherwise empty variables will end up incorrectly pulling in the / from the end of a tag --- include/version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/version.php b/include/version.php index e257b41..dcda579 100644 --- a/include/version.php +++ b/include/version.php @@ -540,7 +540,7 @@ class Version { echo html_frame_start("Version Form", "90%", "", 0); echo "\n"; - echo ''; + echo ''; if($editParentApplication) { @@ -552,7 +552,7 @@ class Version { echo '',"\n"; } else { - echo ''; + echo ''; } // version name @@ -583,8 +583,8 @@ class Version { echo html_frame_end(); } else { - echo ''; - echo ''; + echo ''; + echo ''; } }