Opened 14 years ago

Closed 14 years ago

#3485 closed defect (duplicate)

doxygem - Russian and Portuguese translation are missing the css

Reported by: ilucena Owned by: warmerdam
Priority: low Milestone:
Component: Docs Version: svn-trunk
Severity: normal Keywords: docs, doxygen
Cc:

Description

The Russian and Portuguese translations pages are not loading properly because it cannot find the css file. Comparing those files we can see that there is a difference on the css reference:

gdal.org/index.html

<link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css">

gdal.org/index_br.html gdal.org/index_ru.html

<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"> <link href="$relpath$tabs.css" rel="stylesheet" type="text/css">

That $relpath$ is not working at all so it looks like it would be better to get rid of that.

Looking at GNUmakefile I could not figure out what is going on and strange enough, when I ran "make docs" on my machine and load at my localhost I don't have that problem.

Change History (1)

comment:1 by Even Rouault, 14 years ago

Milestone: 1.8.0
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.