From 3e67e0f4ec22c07f3656cdf0f87c5d13b451d80f Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 25 Apr 2011 18:24:33 +0000 Subject: [PATCH] Add a space between TOC part and TOC title in OpenLibrary added content In trunk/rel_2_1 we switched to layout.css for table of contents styling. We'll keep it simpler for stable 2.0 and handle this bugfix completely inline. git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@20305 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/WWW/AddedContent/OpenLibrary.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent/OpenLibrary.pm b/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent/OpenLibrary.pm index 634fdc7560..e3a47bc214 100644 --- a/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent/OpenLibrary.pm +++ b/Open-ILS/src/perlmods/OpenILS/WWW/AddedContent/OpenLibrary.pm @@ -115,7 +115,7 @@ sub toc_html { $toc_html .= '' . "$label" . - "$title" . + "$title" . "$page_number" . "\n"; } -- 2.11.0