-
Notifications
You must be signed in to change notification settings - Fork 177
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
Empt65 #142
base: master
Are you sure you want to change the base?
Empt65 #142
Conversation
Remove Extra <h1> tags
thanks @Parth59 for working on this, you can checkout https://wiki.openmrs.org/display/docs/Pull+Request+Tips to make better pull requests |
|
||
for (k in rRowData) | ||
{ | ||
rRowData[k] = $j("<div>").text(rRowData[k]).html(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this change part of #141?
Let's not mix PRs or else we'll have to resolve conflicts when they both get merged in.
@@ -175,7 +175,7 @@ | |||
</openmrs:forEachAlert> | |||
|
|||
<c:if test="${msg != null}"> | |||
<div id="openmrs_msg"><openmrs:message code="${msg}" text="${msg}" arguments="${msgArgs}" htmlEscape="false" /></div> | |||
<div id="openmrs_msg"><openmrs:message code="<c:out value='${msg}'/>" text="<c:out value='${msg}'/>" arguments="<c:out value='${msgArgs}'/>" htmlEscape="false" /></div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@isears
Changed jsp and gsp pages. Steps to reproduce can be found here.
https://docs.google.com/document/d/1GJNMRlGTRV45St6WSjnD_FjW84aoNxY9HzGbpwoBrro/edit?usp=sharing
Link to ticket:
https://issues.openmrs.org/browse/RA-1865