Ignore:
Timestamp:
2013/01/24 17:33:00 (11 years ago)
Author:
m_uehara
Message:

#2048 「>」の前後に半角スペースを追加しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/class/pages/admin/design/LC_Page_Admin_Design_Bloc.php

    r22343 r22344  
    140140            GC_Utils_Ex::gfPrintLog('Error: ' . print_r($this->arrErr, true)); 
    141141        } 
    142         $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . '>' . $this->tpl_subtitle; 
     142        $this->tpl_subtitle = $this->arrDeviceType[$this->device_type_id] . ' > ' . $this->tpl_subtitle; 
    143143        $this->arrForm = $objFormParam->getFormParamList(); 
    144144 
Note: See TracChangeset for help on using the changeset viewer.