Author: henkp
Date: Fri Apr 13 05:05:42 2018
New Revision: 1829031

URL: http://svn.apache.org/viewvc?rev=1829031&view=rev
Log:
undeline link

Modified:
    attic/site/docs/scripts/attic_filter.lua

Modified: attic/site/docs/scripts/attic_filter.lua
URL: 
http://svn.apache.org/viewvc/attic/site/docs/scripts/attic_filter.lua?rev=1829031&r1=1829030&r2=1829031&view=diff
==============================================================================
--- attic/site/docs/scripts/attic_filter.lua (original)
+++ attic/site/docs/scripts/attic_filter.lua Fri Apr 13 05:05:42 2018
@@ -16,10 +16,12 @@ function output_filter(r)
     if not r.content_type:match(".*text/html.*") then return end
 
     -- add header:
-    local host = r.hostname:match("^([^.]+)") -- get TLP part of hostname
-    local name = host:gsub("^%l", string.upper) -- Prettify (TODO: look up 
real name)
+    -- get TLP part of hostname
+    local host = r.hostname:match("^([^.]+)")
+    -- Prettify (TODO: look up real name)
+    local name = host:gsub("^%l", string.upper)
     local sty1 = 'font-size:x-large;padding:15px;color:white;background:red;' ;
-    local sty2 = 'color:white' ;
+    local sty2 = 'color:white;text-decoration:underline' ;
     coroutine.yield ( ([[
       <div style='%s'>
         Project <i>%s</i> has retired. For details please refer to its


Reply via email to