[Rt-commit] r18969 - in rt/3.8/trunk: share/html
sartak at bestpractical.com
sartak at bestpractical.com
Fri Mar 27 17:28:12 EDT 2009
Author: sartak
Date: Fri Mar 27 17:28:11 2009
New Revision: 18969
Modified:
rt/3.8/trunk/ (props changed)
rt/3.8/trunk/share/html/index.html
Log:
r81624 at onn: sartak | 2009-03-27 17:27:52 -0400
Surround dashboard names with quotes
Modified: rt/3.8/trunk/share/html/index.html
==============================================================================
--- rt/3.8/trunk/share/html/index.html (original)
+++ rt/3.8/trunk/share/html/index.html Fri Mar 27 17:28:11 2009
@@ -154,7 +154,7 @@
++$position;
my $key = sprintf 'D-%03d', $position;
$key => {
- title => $_->Name,
+ title => '"' . $_->Name . '"',
path => 'Dashboards/' . $_->Id . '/' . $_->Name,
}
}
More information about the Rt-commit
mailing list