[Phpmyadmin-git] [SCM] phpMyAdmin website branch, master, updated. 268db1a7e9d86141e4b3834606e8d3d0c1419ff7

The branch, master has been updated via 268db1a7e9d86141e4b3834606e8d3d0c1419ff7 (commit) from 52db94cab2c8a12ae9fb1956d63b24a9dd34fc4b (commit) - Log ----------------------------------------------------------------- commit 268db1a7e9d86141e4b3834606e8d3d0c1419ff7 Author: Michal Čihař <michal@cihar.com> Date: Mon Apr 19 15:15:43 2010 +0200 Use text instead of symbol. ----------------------------------------------------------------------- Summary of changes: templates/_dlbox.tpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/templates/_dlbox.tpl b/templates/_dlbox.tpl index 666eba6..79d2c5b 100644 --- a/templates/_dlbox.tpl +++ b/templates/_dlbox.tpl @@ -6,7 +6,7 @@ <py:for each="file in release.files"><py:if test="file.featured"> <li><a href="${file.url}#!md5!${file.md5}" title="Download ${file.ext} compressed release, ${file.humansize}" rel="quick-download" class="piwik_download">${file.ext}</a></li> </py:if></py:for> - <li><a href="${release.notes}" title="Release notes">✍</a></li> + <li><a href="${release.notes}" title="Release notes">notes</a></li> <li><a href="${base_url}downloads.${file_ext}" title="More download options">…</a></li> </ul> hooks/post-receive -- phpMyAdmin website
participants (1)
-
Michal Čihař