Skip to content

Commit 115122a

Browse files
author
Richard Jones
committed
oops
1 parent 60c2a1f commit 115122a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

roundup/cgi/templating.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,11 +1163,7 @@ def plain(self, escape=0, hyperlink=0):
11631163
- "hyperlink" turns on/off in-text hyperlinking of URLs, email
11641164
addresses and designators
11651165
'''
1166-
if self._name == 'id':
1167-
pass
1168-
elif self._class
1169-
else:
1170-
self.view_check()
1166+
self.view_check()
11711167

11721168
if self._value is None:
11731169
return ''

0 commit comments

Comments
 (0)