Last half of fix for bug 142911: shows location of file instead of its name if possible.
git-svn-id: svn://10.0.0.236/trunk@121100 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Doctor - committed [% file FILTER html %]</title>
|
||||
<title>Doctor - committed [% (file_url ? file_url : file) FILTER html %]</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="white" color="black">
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Doctor - edit [% file FILTER html %]</title>
|
||||
<title>Doctor - edit [% (file_url ? file_url : file) FILTER html %]</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="white" color="black">
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>Doctor - review changes to [% file FILTER html %]</title>
|
||||
<title>Doctor - review changes to [% (file_url ? file_url : file) FILTER html %]</title>
|
||||
</head>
|
||||
|
||||
<body bgcolor="white" color="black">
|
||||
|
||||
Reference in New Issue
Block a user