- fixing broken <a> tags, made them closing ones
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 11 Sep 2005 16:52:34 +0000 (16:52 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 11 Sep 2005 16:52:34 +0000 (16:52 +0000)
- in diff.tpl made the view changeset separator be out of the link

templates/default/blame.tpl
templates/default/browse.tpl
templates/default/diff.tpl
templates/default/view.tpl

index 574858ba91e428b64db136a850f8cbacfb02b878..da99c3adc823a213845ed2cd49f40f40e437614d 100644 (file)
@@ -8,7 +8,7 @@ $headinclude
 
 $header
 
-<a href="$viewsvn->path/$link[log]">View Log<a>
+<a href="$viewsvn->path/$link[log]">View Log</a>
 
 <if condition="$show['head']">
        - <a href="$viewsvn->path/$link[gohead]">Go to HEAD</a>
index 050e05eec1f5aed28ae827692e7084029733a30e..e6969674e6a9d609bfa1506a4a24445634caaca6 100644 (file)
@@ -20,7 +20,7 @@ $header
        
        <span style="font-weight: normal">
                (
-               <a href="$viewsvn->path/$link[log]">View Log<a>
+               <a href="$viewsvn->path/$link[log]">View Log</a>
                
                <if condition="$show['head']">
                        - <a href="$viewsvn->path/$link[gohead]">Go to HEAD</a>
index bfe1dd5dae036359cd0f60ed22dabb17514efaa9..4d28ac53eb45ee84a6efe733d856d62b2118b938 100644 (file)
@@ -13,7 +13,7 @@ $header
        
        <span style="font-weight: normal">
        (
-       <if condition="$show['fullchangeset']"><a href="$viewsvn->path/$link[changeset]">View Full Changeset -</a></if>
+       <if condition="$show['fullchangeset']"><a href="$viewsvn->path/$link[changeset]">View Full Changeset</a> -</if>
        <a href="$viewsvn->path/$link[log]">View Log</a>
        )
        </span>
index 7dd4239588bc9d91ad64aeecb69249dfe0868e7e..f6d2a1656768a529cbe9211bba4c7ad8c4c420e6 100644 (file)
@@ -20,7 +20,7 @@ $navbar
        
        <span style="font-weight: normal">
        (
-       <a href="$viewsvn->path/$link[log]">View Log<a>
+       <a href="$viewsvn->path/$link[log]">View Log</a>
        <if condition="$show['head']">
                - <a href="$viewsvn->path/$link[gohead]">Go to HEAD</a>
                - <a href="$viewsvn->path/$link[diffhead]">Diff to HEAD</a>