Missing <td> element in permission admin page
Reported by: |
Jun Omae |
Owned by: |
Ryan J Ollos |
Priority:
|
normal
|
Milestone:
|
1.4.2
|
Component:
|
rendering
|
Version:
|
1.4
|
Severity:
|
minor
|
Keywords:
|
|
Cc:
|
|
Branch:
|
|
Release Notes:
|
|
API Changes:
|
|
Internal Changes:
|
Fixed empty tr elements on Permission Admin page.
|
327 <tr class="even">
328 <td>user</td>
329 <td>
330 <label>
331 <!--! base64 makes it safe to use ':' as separator when passing
332 both subject and action as one query parameter -->
333 <span title="PERMISSION_GRANT">PERMISSION_GRANT</span>
334 </label>
335 </td>
336 </tr>
337 <tr> <===
338 </tr> <===
339 </tbody>
Minor thing, we could remove many <!--! base64 makes it safe to use ...
comment from rendered page.
315 <label>
316 <!--! base64 makes it safe to use ':' as separator when passing
317 both subject and action as one query parameter -->
318 <span title="WIKI_CREATE">WIKI_CREATE</span>
319 </label>
320 <label>
321 <!--! base64 makes it safe to use ':' as separator when passing
322 both subject and action as one query parameter -->
323 <span title="WIKI_MODIFY">WIKI_MODIFY</span>
324 </label>
325 </td>
326 </tr>
Change History
(5)
Internal Changes: |
modified (diff)
|
Owner: |
set to Ryan J Ollos
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Internal Changes: |
modified (diff)
|
Proposed change:
trac/admin/templates/admin_perms.html
<!--! base64 makes it safe to use ':' as separator when passingboth subject and action as one query parameter --># if not perms:# endif<!--! base64 makes it safe to use ':' as separator when passingboth subject and action as one query parameter -->