Changeset 015f655aca1fef5ad427de12d7cad26a242c605e
- Timestamp:
- 05/15/08 15:51:03
(5 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1210866663 +0000
- git-parent:
[49ead18f7ad8b878bec1cde942370695b3b4106c]
- git-author:
- Mark Harrison <mark@omniti.com> 1210866663 +0000
- Message:
And add the stylesheet to the single resmon checks too.
git-svn-id: https://labs.omniti.com/resmon/trunk@90 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r49ead18 |
r015f655 |
|
| 249 | 249 | my $info = $self->{store}->{$1}->{$2}; |
|---|
| 250 | 250 | my $response = qq^<?xml version="1.0" encoding="UTF-8"?>\n^; |
|---|
| | 251 | my $response .= qq^<?xml-stylesheet type="text/xsl" href="/resmon.xsl"?>^; |
|---|
| 251 | 252 | $response .= "<ResmonResults>\n". |
|---|
| 252 | 253 | xml_info($1,$2,$info). |
|---|