Commit fcb2b8cf authored by Fabien Morin's avatar Fabien Morin

fix not xhtml valid source code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26283 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fd543f33
......@@ -59,7 +59,7 @@ serial = getattr(brain, \'serial\', \'0.0.0.0\')\n
next_serial = getattr(brain, \'next_serial\', \'0.0.0.0\')\n
\n
if serial != \'0.0.0.0\':\n
return \'Base_viewHistoricalComparison?serial=%s&next_serial=%s&time=%s\'\\\n
return \'Base_viewHistoricalComparison?serial=%s&next_serial=%s&time=%s\'\\\n
% ( serial, next_serial, brain.time )\n
......
1138
\ No newline at end of file
1139
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment