Index: branches/version-2_5-dev/html/user_data/packages/admin/js/layout_design.js
===================================================================
--- branches/version-2_5-dev/html/user_data/packages/admin/js/layout_design.js	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/packages/admin/js/layout_design.js	(revision 20540)
@@ -31,5 +31,5 @@
             });
     };
-    
+
     var sortableUpdate = function(e, ui){
         updateUpDown(this);
@@ -37,13 +37,13 @@
             updateUpDown(ui.sender[0]);
     };
-    
+
     $(document).ready(function(){
         var els = ['#MainHead', '#MainFoot', '#LeftNavi', '#RightNavi', '#TopNavi', '#BottomNavi', '#HeadNavi', '#HeaderTopNavi', '#FooterBottomNavi', '#HeaderInternalNavi', '#Unused'];
         var $els = $(els.toString());
-        
+
         $els.each(function(){
             updateUpDown(this);
         });
-        
+
         $els.sortable({
             items: '> div',
@@ -64,5 +64,5 @@
         });
     });
-    
+
     $(window).bind('load',function(){
         setTimeout(function(){
Index: branches/version-2_5-dev/html/user_data/packages/sphone/js/barbutton.js
===================================================================
--- branches/version-2_5-dev/html/user_data/packages/sphone/js/barbutton.js	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/packages/sphone/js/barbutton.js	(revision 20540)
@@ -13,5 +13,5 @@
     a.href = topURL;
     a.innerText = buttonText;
-    
+
     /* 背景色の設定 ---------------------*/
     //最初の見出しの背景色を取得、設定
@@ -19,5 +19,5 @@
     var col = document.defaultView.getComputedStyle(obj,null).getPropertyValue('background-color');
     btn.style.backgroundColor = col;
-    
+
     //省略表示用テキストの生成
     var spn = document.createElement('span');
@@ -29,5 +29,5 @@
     spn.style.textOverflow = "ellipsis";
     obj.appendChild(spn);
-    
+
     //ボタンを追加
     btn.appendChild(a);
Index: branches/version-2_5-dev/html/user_data/plugins/recommend/tpl/bloc.tpl
===================================================================
--- branches/version-2_5-dev/html/user_data/plugins/recommend/tpl/bloc.tpl	(revision 20116)
+++ branches/version-2_5-dev/html/user_data/plugins/recommend/tpl/bloc.tpl	(revision 20540)
@@ -12,5 +12,5 @@
         <!--{if $arrProduct.product_id}-->
             <div class="whoboughtleft"><!--{* XXX whoboughtleft は本来左列用なので、動作に不具合があるかもしれない。 *}-->
-                
+
                 <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id}-->">
                     <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrProduct.main_list_image|sfNoImageMainList|u}-->&amp;width=65&amp;height=65" alt="<!--{$arrProduct.name|h}-->" /></a>
