1.1 --- a/examples/samplepylons/samplepylons/templates/index.mak Thu Jul 24 18:21:46 2008 +0000
1.2 +++ b/examples/samplepylons/samplepylons/templates/index.mak Sat Feb 21 17:23:45 2009 +0100
1.3 @@ -14,13 +14,13 @@
1.4 a:visited { color: #666; }
1.5 a:hover { color: #fff; background-color:#000; }
1.6 </style>
1.7 - ${h.javascript_include_tag('/gp.fileupload.static/jquery.js')}
1.8 + ${h.javascript_include_tag('/gp.fileupload.static/jquery.js')|n}
1.9 ${h.javascript_tag('''
1.10 jQuery(document).ready(function() {
1.11 jQuery("form[enctype^='multipart/form-data']").fileUpload();
1.12 jQuery("#sample").fileUpload({action: "/upload/save"});
1.13 });
1.14 - ''')}
1.15 + ''')|n}
1.16
1.17 </head>
1.18 <body>