[Rt-commit] r9830 - rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html

audreyt at bestpractical.com audreyt at bestpractical.com
Thu Dec 6 07:54:22 EST 2007


Author: audreyt
Date: Thu Dec  6 07:54:15 2007
New Revision: 9830

Modified:
   rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/index.html

Log:
* index.html: In unconfigured RT's index.html, hide the mason <& ... &>
  tag with a $m->comp call instead.

Modified: rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/index.html
==============================================================================
--- rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/index.html	(original)
+++ rt/branches/3.6-EXPERIMENTAL-ABERDEEN/html/index.html	Thu Dec  6 07:54:15 2007
@@ -1,6 +1,6 @@
-<& /Elements/Header, Title=>loc("RT at a glance"), Refresh => $session{'home_refresh_interval'} &>
 <!--
 % $m->out('--'.'>');
+% $m->comp('/Elements/Header', Title=>loc("RT at a glance"), Refresh => $session{'home_refresh_interval'});
 % if (0) {
 %# -->
 <html><head>


More information about the Rt-commit mailing list