Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Amer
erp5
Commits
ac81e74b
Commit
ac81e74b
authored
Sep 20, 2011
by
Leonardo Rochael Almeida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
literal '&' on TALES python expressions attributes need to be escaped
To appease Chameleon
parent
e726a193
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml
...teItem/portal_skins/erp5_xhtml_style/planning_content.xml
+2
-3
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
+1
-1
No files found.
product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/planning_content.xml
View file @
ac81e74b
...
...
@@ -244,7 +244,7 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
tal:attributes=
"id python:axis.name + \'_depth\'"
>
\n
<a
tal:repeat=
"unfold_level python:range(0,4)"
\n
tal:attributes=
"href python:\'%s?selection_index=&selection_name=%s&ignore_layout:int=0&report_depth:int=%s\' % (url,selection_name,unfold_level)"
\n
tal:content=
"structure python:str(unfold_level) + \' \'"
>
\n
tal:content=
"structure python:str(unfold_level) + \'&
amp;\'\'
nbsp;\'"
>
\n
0\n
</a>
\n
</div>
\n
...
...
@@ -341,8 +341,7 @@ Beware this only generates the HTML code, no CSS generation is done in this scri
<!--/div-->
\n
</div>
\n
</tal:block>
\n
</tal:block>
\n
</tal:block>
]]>
</unicode>
</value>
</item>
...
...
product/ERP5/bootstrap/erp5_xhtml_style/bt/revision
View file @
ac81e74b
1075
\ No newline at end of file
1076
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment