aboutsummaryrefslogtreecommitdiff
path: root/mansrv
diff options
context:
space:
mode:
Diffstat (limited to 'mansrv')
-rwxr-xr-xmansrv2
1 files changed, 1 insertions, 1 deletions
diff --git a/mansrv b/mansrv
index b4d3cca..25e56e7 100755
--- a/mansrv
+++ b/mansrv
@@ -139,3 +139,3 @@ sub interpret_file($$) {
chomp;
- s/\{%(.*)%\}/expand_template($s, $1, $file, $.)/ex;
+ s/\{%(.*?)%\}/expand_template($s, $1, $file, $.)/gex;
print $ofd "$_\n";

Return to:

Send suggestions and report system problems to the System administrator.