You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2008/07/13 22:00:45 UTC

svn commit: r676425 - /incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/connect.py

Author: rdonkin
Date: Sun Jul 13 13:00:45 2008
New Revision: 676425

URL: http://svn.apache.org/viewvc?rev=676425&view=rev
Log:
Link to CSS

Modified:
    incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/connect.py

Modified: incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/connect.py
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/connect.py?rev=676425&r1=676424&r2=676425&view=diff
==============================================================================
--- incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/connect.py (original)
+++ incubator/rat/main/trunk/scan/src/main/org/apache/rat/scan/connect.py Sun Jul 13 13:00:45 2008
@@ -51,7 +51,7 @@
  limitations under the License.
 
 -->
-<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"/><title>Audited On """ + today + """</title></head><body>
+<head><meta http-equiv="Content-Type" content="text/html;charset=utf-8"/><link href='audit.css' rel='stylesheet' type='text/css'/><title>Audited On """ + today + """</title></head><body>
 <p>Audit ran on <span class='created'>""" + today + "</span></p>" + xml + "</body></html>"
 
 def save(file, document):