You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2017/09/29 22:38:01 UTC

[jira] [Updated] (CONNECTORS-1463) wrongly closed html tag

     [ https://issues.apache.org/jira/browse/CONNECTORS-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright updated CONNECTORS-1463:
------------------------------------
    Fix Version/s: ManifoldCF 2.9

> wrongly closed html tag
> -----------------------
>
>                 Key: CONNECTORS-1463
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-1463
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Metadata adjuster transformer
>    Affects Versions: ManifoldCF 2.8.1
>            Reporter: David Ciamberlano
>            Assignee: Karl Wright
>            Priority: Minor
>             Fix For: ManifoldCF 2.9
>
>
> In file "editSpecification_Expressions.html", line 83
> {code:html}
> <select name="s${SEQNUM}_expression_remove" size="2"/>
> {code}
> sould be
> {code:html}
> <select name="s${SEQNUM}_expression_remove" size="2" >
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)