Author: gjm
Date: Wed Jul 25 15:22:43 2012
New Revision: 1365626
URL: http://svn.apache.org/viewvc?rev=1365626&view=rev
Log:
theme: class name misspelling fix (patch from olemis)
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_view.html
Modified:
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_view.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_view.html?rev=1365626&r1=1365625&r2=1365626&view=diff
==============================================================================
---
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_view.html
(original)
+++
incubator/bloodhound/trunk/bloodhound_theme/bhtheme/templates/bh_milestone_view.html
Wed Jul 25 15:22:43 2012
@@ -120,7 +120,7 @@
title="Edit this milestone" href="${href.milestone(milestone.name,
action='edit')}" />
</head>
<body>
- <div id="content" class="row milestne">
+ <div id="content" class="row milestone">
<xi:include href="bh_model_view.html"
py:with="heading = milestone_heading(); buttons =
milestone_buttons();
progress_data = {'stats' : stats, 'interval_hrefs' :
interval_hrefs};