Skip to content

Commit

Permalink
Merge pull request #7490 from tommydeboer/fix/7415-tab-algorithm
Browse files Browse the repository at this point in the history
Fix #7415 My generated algorithm in mapping service starts with tabs
  • Loading branch information
bartcharbon committed Jul 2, 2018
2 parents ed75336 + 98fdd97 commit e08edef
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,8 @@
Use the script editor to determine how the values of selected attributes are processed.
See the <a id="js-function-modal-btn" href="#">list of available functions</a> for more information.
</p>
<textarea id="ace-editor-text-area" name="algorithm" rows="15" style="width:100%;">
${(attributeMapping.algorithm!"")?html}
</textarea>
<textarea id="ace-editor-text-area" name="algorithm" rows="15"
style="width:100%;">${(attributeMapping.algorithm!"")?html}</textarea>
</div>
</div>
</div>
Expand Down

0 comments on commit e08edef

Please sign in to comment.