[GRASS-dev] [GRASS GIS] #2593: Use GRASS GIS 7 for module of the day
GRASS GIS
trac at osgeo.org
Thu Jun 11 14:25:11 PDT 2015
#2593: Use GRASS GIS 7 for module of the day
--------------------------+-------------------------
Reporter: wenzeslaus | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: Website
Component: Website | Version: unspecified
Resolution: | Keywords: php
CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Comment (by wenzeslaus):
Now I see that the first change needs to be applied also in the "find and
replace" part:
{{{
#!diff
$what = array(
- "<tr><td valign=top><a href=\"",
+ "<tr><td valign=\"top\"><a href=\"",
"</a>",
"<td>",
"</td>"
);
$with = array(
- "<tr><td valign=top><a href=\"$fullindex_directory/",
+ "<tr><td valign=\"top\"><a href=\"$fullindex_directory/",
"</a>",
"<td>",
"</td>"
);
return "<table>" . str_replace($what, $with, $a[$ra]) .
"</table>";
}}}
What the rest of the items in the array mean, I have no idea.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2593#comment:14>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list