Project

General

Profile

« Previous | Next » 

Revision 8d7d5619

Added by Katja Luther about 6 years ago

fix ambersand problem in label of referencing objects view

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/e4/ReferencingObjectsViewE4.java
391 391
            @Override
392 392
            public void run() {
393 393
                if(contentDescription!=null && !contentDescription.isDisposed()) {
394
                    contentDescription.setText(description);
394
                    contentDescription.setText(description.replace("&", "&&"));
395 395
                }
396 396
            }
397 397

  

Also available in: Unified diff