Skip to content

Commit

Permalink
hotfix for #697
Browse files Browse the repository at this point in the history
backing out fix for #673 from 4f53518
  • Loading branch information
balmas committed Jun 24, 2015
1 parent ae7f5b0 commit 7977872
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 7977872

Please sign in to comment.