[Rt-commit] rt branch, no-prototype, updated. rt-3.8.8-194-gd9023bf

? sunnavy sunnavy at bestpractical.com
Sun Aug 1 23:22:32 EDT 2010


The branch, no-prototype has been updated
       via  d9023bfe951560f852c719f6a92969e67cbc32d2 (commit)
      from  6d992edc268a969bdd480b6b9adea5640e662924 (commit)

Summary of changes:
 share/html/Elements/HeaderJavascript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit d9023bfe951560f852c719f6a92969e67cbc32d2
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Mon Aug 2 11:23:56 2010 +0800

    syntax typo fix

diff --git a/share/html/Elements/HeaderJavascript b/share/html/Elements/HeaderJavascript
index f115487..64770e5 100644
--- a/share/html/Elements/HeaderJavascript
+++ b/share/html/Elements/HeaderJavascript
@@ -53,7 +53,7 @@ $onload => undef
 % if ( RT->Config->Get('DevelMode' ) ) {
 % for my $jsfile ( RT->Config->Get('JSFilesInHead') ) {
 <script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/<% $jsfile %>"></script>
-% }
+% } }
 % else {
 <script type="text/javascript" src="<%RT->Config->Get('WebPath')%>/NoAuth/js/squished.js"></script>
 % }

-----------------------------------------------------------------------


More information about the Rt-commit mailing list