• R/O
  • HTTP
  • SSH
  • HTTPS

keitairc: Commit

keitaircメインレポジトリ


Commit MetaInfo

Revisión0b57bcd0470373df8e9233fb290d5b2fad82699e (tree)
Tiempo2018-05-05 12:49:15
AutorYoshihiro Takahashi <nyan@furi...>
CommiterYoshihiro Takahashi

Log Message

Fix typo in the previous change.

Cambiar Resumen

Diferencia incremental

--- a/data/plugins/00index
+++ b/data/plugins/00index
@@ -17,7 +17,7 @@ $plugin = {
1717 my $accesskey = 1;
1818
1919 my $format_mtime = sub{
20- use 'utf8';
20+ use utf8;
2121 my $mtime = shift;
2222 return if($mtime <= 0);
2323 my $timediff = time - $mtime;
--- a/t/02_Plugins/01index
+++ b/t/02_Plugins/01index
@@ -14,7 +14,7 @@ $plugin = {
1414 my $accesskey = 1;
1515
1616 my $format_mtime = sub{
17- use 'utf8';
17+ use utf8;
1818 my $mtime = shift;
1919 return if($mtime <= 0);
2020 my $timediff = time - $mtime;
Show on old repository browser