Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<dd> tags not closed in plans and self-submission forms #39

Open
grantj-re3 opened this issue Jun 14, 2013 · 1 comment
Open

<dd> tags not closed in plans and self-submission forms #39

grantj-re3 opened this issue Jun 14, 2013 · 1 comment

Comments

@grantj-re3
Copy link

For ReDBox dev-local 1.6.1: If you navigate to viewing a plan (Details screen) at http://MYSERVER/redbox/dashboard/detail/OID or viewing a draft (ie. not yet submitted) self-submission dataset (Details screen) at a similar URL you will notice in the source html that many <dd> tags do not have a closing </dd> tag.

Some example fixes are given below for "displayPerson" & "display" velocity macros (where the first argument to the diff command is the fixed file).

Data Management Plan:

cd portal/dashboard/dashboard/display/package-dmpt/detail/preview/sections
diff people.vm people.vm.dev_local_1.6.1
25d24
<     #end
26a26
>     #end

Selfsub dataset:

cd portal/dashboard/dashboard/display/package-self-submission/detail/preview/sections
diff people.vm people.vm.dev_local_1.6.1
24d23
<     #end
25a25
>     #end

cd portal/dashboard/dashboard/display/package-self-submission/detail/preview
diff body.vm body.vm.dev_local_1.6.1
15d14
<     #end
16a16
>     #end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant