File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ function MRS(parentElement, mrsData){
2020 var container = mrs . group ( ) ;
2121
2222 CURRENTY = 0 ;
23- drawFeatStructType ( container , 'mrs ' ) ;
24- drawFeatValPair ( container , 'LTOP ' , mrsData . top ) ;
23+ drawFeatStructType ( container , '' ) ;
24+ drawFeatValPair ( container , 'TOP ' , mrsData . top ) ;
2525 drawFeatValPair ( container , 'INDEX' , mrsData . index ) ;
2626 drawFeatValPair ( container , 'RELS' , mrsData . relations ) ;
2727 drawFeatValPair ( container , 'HCONS' , mrsData . constraints ) ;
@@ -50,7 +50,8 @@ function MRS(parentElement, mrsData){
5050 if ( typeof value === 'string' || value instanceof String ) {
5151 // value is a string
5252 var featText = group . plain ( name ) . y ( CURRENTY ) ;
53- var attrs = { title : value } ;
53+ var attrs = { 'title' : value ,
54+ 'font-style' : 'italic' } ;
5455
5556 if ( name != 'CARG' ) {
5657 // If it's not 'CARG' then it's a variable
You can’t perform that action at this time.
0 commit comments