Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
580dc1f9
Commit
580dc1f9
authored
Mar 14, 2000
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a MS property rendering bug.
parent
8db12070
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/python/OFS/properties.dtml
lib/python/OFS/properties.dtml
+1
-1
No files found.
lib/python/OFS/properties.dtml
View file @
580dc1f9
...
...
@@ -87,7 +87,7 @@ values and click "Save Changes".
size=
"<dtml-var "
_
.
min
(
7
,
_
.
len
(
_
[
select_variable
]))"
>
">
<dtml-in
"
_
[
select_variable
]"
>
<option
<
dtml-if
"
_
['
sequence-item
']
in
getProperty
(
id
)"
>
SELECTED
</dtml-if
"
getProperty
(
id
)
and
(
_
['
sequence-item
']
in
getProperty
(
id
)
)"
>
SELECTED
</dtml-if
>
>
<dtml-var
sequence-item
html_quote
></option>
</dtml-in>
</select>
...
...
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