Changeset 1879 in ExiteCMS


Ignore:
Timestamp:
10/19/08 17:01:21 (3 years ago)
Author:
hverton
Message:

fixed error when no commit message was given (missed overview list)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ExiteCMS/tracsvn/php-files/modules/tracsvn/templates/modules.tracsvn.svn.tpl

    r1878 r1879  
    290290            </td> 
    291291            <td class='tbl' width='99%' style=''> 
    292                 <img src='{$smarty.const.THEME}images/bullet.gif' alt='' /> {$revs[id].message} 
     292                <img src='{$smarty.const.THEME}images/bullet.gif' alt='' /> {$revs[id].message|default:$locale.520} 
    293293            </td> 
    294294        </tr> 
Note: See TracChangeset for help on using the changeset viewer.