ports/www/repos-style/files/patch-view_log.xsl
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

11 lines
496 B
XML

--- view/log.xsl.orig 2016-06-20 16:09:43 UTC
+++ view/log.xsl
@@ -25,7 +25,7 @@ limitations under the License.
<!-- === repos style configuration === -->
<!-- static: absolute url to style application -->
- <xsl:param name="static">/repos-web/</xsl:param>
+ <xsl:param name="static">/repos-style/</xsl:param>
<!-- cssUrl: absolute url to css folder -->
<xsl:param name="cssUrl"><xsl:value-of select="$static"/>style/</xsl:param>
<!-- log viewer does not know the repository URL -->