From c1b72a4b783870455ec5a18023050d638fb7473c Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Tue, 25 Oct 2011 18:11:26 +0000 Subject: [PATCH] merge of r182 from trunk; remove all target=_new instances; remove whitespace at the end of the file git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/branches/1.8@198 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641 --- website_code/php/properties/export_template.php | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/website_code/php/properties/export_template.php b/website_code/php/properties/export_template.php index fb34c2d6a3..a4ac94de6e 100644 --- a/website_code/php/properties/export_template.php +++ b/website_code/php/properties/export_template.php @@ -33,13 +33,13 @@ echo "

" . EXPORT_DESCRIPTION . "

"; - echo "

" . EXPORT_ZIP . "" . EXPORT_ZIP_LINK . "

"; + echo "

" . EXPORT_ZIP . "" . EXPORT_ZIP_LINK . "

"; - echo "

" . EXPORT_ZIP_LOCAL . "" . EXPORT_ZIP_LOCAL_LINK . "

"; + echo "

" . EXPORT_ZIP_LOCAL . "" . EXPORT_ZIP_LOCAL_LINK . "

"; echo "

" . EXPORT_SCORM . "" . EXPORT_SCORM_LINK . "

"; - echo "

" . EXPORT_SCORM_METADATA . "" . EXPORT_SCORM_METADATA_LINK . "

"; + echo "

" . EXPORT_SCORM_METADATA . "" . EXPORT_SCORM_METADATA_LINK . "

"; }else{ @@ -48,7 +48,3 @@ } } - -?> - -