Changeset 2566:9bf417837888 for inc/public/default-templates/rss2.xsl
- Timestamp:
- 11/17/13 20:25:53 (12 years ago)
- Branch:
- 2.6
- Children:
- 2567:6c11245cbf04, 2568:61c67a7d17fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/public/default-templates/rss2.xsl
r0 r2566 62 62 window.onload = function() { 63 63 document.getElementById('feedurl').value = window.location.href; 64 64 65 65 // Ugly but works ;) 66 66 var c = document.getElementsByTagName('div'); … … 75 75 t = ''; 76 76 } 77 77 78 78 if (t) { c[i].innerHTML = t; } 79 79 }
Note: See TracChangeset
for help on using the changeset viewer.