TPAC: Tiny fix for + instead of _ string cat operator
authorDan Scott <dan@coffeecode.net>
Thu, 22 Mar 2012 04:08:45 +0000 (00:08 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 22 Mar 2012 04:08:45 +0000 (00:08 -0400)
Quiet down, Apache logs.

Signed-off-by: Dan Scott <dan@coffeecode.net>

Open-ILS/src/templates/opac/parts/myopac/main_base.tt2

index 9607a9f..9acb4ce 100644 (file)
@@ -56,7 +56,7 @@
                     <tr>
                         <td>[% l("Items Currently Checked out ([_1])", ctx.user_stats.checkouts.total_out) %]</td>
                         <td align="right">
-                            <a href="[% mkurl(ctx.opac_root + '/myopac/circs') %]">[% l("View All") %]</a>
+                            <a href="[% mkurl(ctx.opac_root _ '/myopac/circs') %]">[% l("View All") %]</a>
                         </td>
                     </tr>
                 </table>