aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/_plugins
diff options
context:
space:
mode:
Diffstat (limited to 'themes/classic/_plugins')
-rw-r--r--themes/classic/_plugins/custom_filters.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/classic/_plugins/custom_filters.rb b/themes/classic/_plugins/custom_filters.rb
index 0d24d720..d1fce0dd 100644
--- a/themes/classic/_plugins/custom_filters.rb
+++ b/themes/classic/_plugins/custom_filters.rb
@@ -48,7 +48,7 @@ module OctopressFilters
else
case number.to_i % 10
when 1; "#{number}<span>st</span>"
- when 2; "#{number}<span>nd<span>"
+ when 2; "#{number}<span>nd</span>"
when 3; "#{number}<span>rd</span>"
else "#{number}<span>th</span>"
end