Fix case of placeholders
This commit is contained in:
parent
e4f60164ae
commit
cfb3b1ccb7
@ -1,2 +1,2 @@
|
||||
product=@distro_name@
|
||||
product=@DISTRO_NAME@
|
||||
based_on=ALT Linux Sisyphus
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<!-- Disto name in title -->
|
||||
<title>@product_name@</title>
|
||||
<title>@PRODUCT_NAME@</title>
|
||||
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
<link href="images/product.png" rel="shortcut icon" type="image/png" />
|
||||
@ -19,7 +19,7 @@
|
||||
<!-- Disto name -->
|
||||
<table border="0" width="100%" id="header">
|
||||
<tr>
|
||||
<td id="product-logo"><img src="images/product-logo.png" alt="@product_name@" id="product-logo"></td>
|
||||
<td id="product-logo"><img src="images/product-logo.png" alt="@PRODUCT_NAME@" id="product-logo"></td>
|
||||
<td id="search">
|
||||
<!-- Search pane -->
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
|
||||
<!-- Disto name in title -->
|
||||
<title>@product_name_ru@</title>
|
||||
<title>@PRODUCT_NAME_RU@</title>
|
||||
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
<link href="images/product.png" rel="shortcut icon" type="image/png" />
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
<table border="0" width="100%" id="header">
|
||||
<tr>
|
||||
<td id="product-logo"><img src="images/product-logo.png" alt="@product_name_ru@" id="product-logo"></td>
|
||||
<td id="product-logo"><img src="images/product-logo.png" alt="@PRODUCT_NAME_RU@" id="product-logo"></td>
|
||||
<td id="search">
|
||||
<!-- Search pane -->
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
|
Loading…
x
Reference in New Issue
Block a user