summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rwxr-xr-xdocumentation/strip_tags2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/strip_tags b/documentation/strip_tags
index 0f652fbb0..f03276f24 100755
--- a/documentation/strip_tags
+++ b/documentation/strip_tags
@@ -1,5 +1,5 @@
for f in html/*.html ; do
- sed 's/<!-- ... ... .*:..:.. ....\. -->/<!-- date removed for reducing unnecessary svn web updates -->/' $f > $f.tmp
+ sed 's/<!-- ... ... .*:..:..\. -->/<!-- date removed for reducing unnecessary svn web updates -->/' $f > $f.tmp
rm $f
mv $f.tmp $f
done