Commit 3c64433a authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_xhtml_style: remove some trailing spaces and newlines

parent 6394078f
...@@ -98,8 +98,7 @@ ...@@ -98,8 +98,7 @@
</div>\n </div>\n
\n \n
</div>\n </div>\n
</tal:block>\n </tal:block>
]]></unicode> </value> ]]></unicode> </value>
</item> </item>
......
...@@ -50,8 +50,7 @@ ...@@ -50,8 +50,7 @@
* \tThis page shows the actual folder path.\n * \tThis page shows the actual folder path.\n
* \n * \n
* Version: 2.0 FC\n * Version: 2.0 FC\n
* Modified: 2005-05-16 * Modified: 2005-05-16 * \n
* \n
* File Authors:\n * File Authors:\n
* \t\tFrederico Caldeira Knabben (fredck@fckeditor.net)\n * \t\tFrederico Caldeira Knabben (fredck@fckeditor.net)\n
-->\n -->\n
......
...@@ -50,8 +50,7 @@ ...@@ -50,8 +50,7 @@
* \tPage used to create new folders in the current folder.\n * \tPage used to create new folders in the current folder.\n
* \n * \n
* Version: 2.0 FC\n * Version: 2.0 FC\n
* Modified: 2005-05-16 * Modified: 2005-05-16 * \n
* \n
* File Authors:\n * File Authors:\n
* \t\tFrederico Caldeira Knabben (fredck@fckeditor.net)\n * \t\tFrederico Caldeira Knabben (fredck@fckeditor.net)\n
-->\n -->\n
......
...@@ -51,8 +51,7 @@ ...@@ -51,8 +51,7 @@
* \tof the current folder.\n * \tof the current folder.\n
* \n * \n
* Version: 2.0 FC\n * Version: 2.0 FC\n
* Modified: 2005-02-25 22:01:23\ * Modified: 2005-02-25 22:01:23\\ * \n
* \n
* File Authors:\n * File Authors:\n
* \t\tFrederico Caldeira Knabben (fredck@fckeditor.net)\n * \t\tFrederico Caldeira Knabben (fredck@fckeditor.net)\n
* adapted by jean-mat@macadames.com for Zope objects\n * adapted by jean-mat@macadames.com for Zope objects\n
......
...@@ -473,7 +473,7 @@ ...@@ -473,7 +473,7 @@
<tr tal:repeat="line line_list" \n <tr tal:repeat="line line_list" \n
tal:attributes=" \n tal:attributes=" \n
class python: line.getRowCSSClassName() or \'%s %s\' %(\'%s-data-line-%s\' %(field_id, repeat[\'line\'].index) ,test(repeat[\'line\'].index % 2, \'DataB\', \'DataA\'));">\n class python: line.getRowCSSClassName() or \'%s %s\' %(\'%s-data-line-%s\' %(field_id, repeat[\'line\'].index) ,test(repeat[\'line\'].index % 2, \'DataB\', \'DataA\'));">\n
\n \n
<tal:block tal:define="render_result line/render">\n <tal:block tal:define="render_result line/render">\n
\n \n
<!--Report tree column -->\n <!--Report tree column -->\n
......
...@@ -319,7 +319,7 @@ var rewriteIndentedSelect = function() {\n ...@@ -319,7 +319,7 @@ var rewriteIndentedSelect = function() {\n
$(this).html(text.replace(/^(&nbsp;)+/, ""));\n $(this).html(text.replace(/^(&nbsp;)+/, ""));\n
$(this).css("paddingLeft", level+"em");\n $(this).css("paddingLeft", level+"em");\n
}\n }\n
return true; return true;\n
});\n });\n
});\n });\n
};\n };\n
......
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