Skip to content

Commit

Permalink
postag problem with underscore solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Masoumeh committed Jun 9, 2015
1 parent 3226980 commit 4f53518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.morph/morph.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ angular.module('arethusa.morph').service('morph', [
var emptyAttribute = {
long: '---',
short: '---',
postag: '_'
postag: '-'
};

function addSpecialEmptyAttribute(attrObj, name) {
Expand Down

0 comments on commit 4f53518

Please sign in to comment.