~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/base/ivle-headings.html

  • Committer: Matt Giuca
  • Date: 2010-02-11 04:07:28 UTC
  • Revision ID: matt.giuca@gmail.com-20100211040728-9zma26iuc37fyoop
ivle/webapp/base/ivle-headings.html: Dedent some lines which looked weird in the HTML output.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
      <link py:if="favicon" rel="shortcut icon" href="${favicon}" />
21
21
 
22
22
      <py:for each="style in styles">
23
 
        <link rel="stylesheet" type="text/css" href="${style}" />
 
23
      <link rel="stylesheet" type="text/css" href="${style}" />
24
24
      </py:for>
25
25
 
26
26
      <py:for each="script in scripts">
27
 
        <script type="text/javascript" src="${script}"></script>
 
27
      <script type="text/javascript" src="${script}"></script>
28
28
      </py:for>
29
29
 
30
30
      <!-- Plugin JavaScript to be run on page load -->