lostwages/templates/en git.template

Jeremy Newman jnewman at wine.codeweavers.com
Tue Oct 24 10:47:48 CDT 2006


ChangeSet ID:	29227
CVSROOT:	/opt/cvs-commit
Module name:	lostwages
Changes by:	jnewman at winehq.org	2006/10/24 10:47:48

Modified files:
	templates/en   : git.template 

Log message:
	fix broken horizonal line images, need to use the {$root} template var

Patch: http://cvs.winehq.org/patch.py?id=29227

Old revision  New revision  Changes     Path
 1.1           1.2           +2 -2       lostwages/templates/en/git.template

Index: lostwages/templates/en/git.template
diff -u -p lostwages/templates/en/git.template:1.1 lostwages/templates/en/git.template:1.2
--- lostwages/templates/en/git.template:1.1	24 Oct 2006 15:47:48 -0000
+++ lostwages/templates/en/git.template	24 Oct 2006 15:47:48 -0000
@@ -22,7 +22,7 @@ such as the Linux Kernel source. </p>
     <li><a href="#sourcetree">Source Tree Browsing via the Web</a>
 </ol>
 
-<p><img src="./images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
+<p><img src="{$root}/images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
 
 <a name="clone" class="hidden"></a>
 
@@ -37,7 +37,7 @@ such as the Linux Kernel source. </p>
  </td></tr>
  </table>
 
-<p><img src="./images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
+<p><img src="{$root}/images/grey_pixel.gif" width="100%" height=1 border=0 alt="-"></p>
 
 <a name="uptodate" class="hidden"></a>
 



More information about the wine-cvs mailing list