[Aimmath-commit] AIM/WEB-INF/maple/aim Int.mpl,1.3,1.4
Brought to you by:
gustav_delius,
npstrick
|
From: <gus...@us...> - 2003-09-01 20:22:31
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple/aim
In directory sc8-pr-cvs1:/tmp/cvs-serv25371/WEB-INF/maple/aim
Modified Files:
Int.mpl
Log Message:
put in some /> to make more xml compliant
Index: Int.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/aim/Int.mpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Int.mpl 25 Aug 2003 21:47:19 -0000 1.3
--- Int.mpl 1 Sep 2003 20:22:23 -0000 1.4
***************
*** 276,280 ****
__("There was no penalty for omitting it.");
fi;
! feedback := feedback, "\n<br>\n";
note := note, __("no integration constant");
fi;
--- 276,280 ----
__("There was no penalty for omitting it.");
fi;
! feedback := feedback, "\n<br />\n";
note := note, __("no integration constant");
fi;
|