Subversion Repositories HomeAutomation

Rev

Rev 2068 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 2068 Rev 2071
Line 43... Line 43...
43
          {
43
          {
44
            text = "<i>No data available</i>";
44
            text = "<i>No data available</i>";
45
          }
45
          }
46
 
46
 
47
          /* Add the title */
47
          /* Add the title */
48
          text = "<h3>" + alias + "</h3>" + text;
48
          text = "<h3>" + alias + "</h3>" + text + "<br/>";
49
 
49
 
50
          /* Update the element markup */
50
          /* Update the element markup */
51
          pageInstance.pageInfoElements[alias].html(text);
51
          pageInstance.pageInfoElements[alias].html(text);
52
        }
52
        }
53
      });
53
      });