[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS Update: gleipnir
- To: cvs@lists.cleannorth.org
- Subject: CVS Update: gleipnir
- From: Dan Brosemer <odin@cleannorth.org>
- Date: Sun, 10 Aug 2008 22:40:35 -0400 (EDT)
- List-help: <mailto:cvs-request@lists.cleannorth.org?subject=help>
- List-post: <mailto:cvs@lists.cleannorth.org>
- List-subscribe: <mailto:cvs-request@lists.cleannorth.org?subject=subscribe>
- List-unsubscribe: <mailto:cvs-request@lists.cleannorth.org?subject=unsubscribe>
- Resent-date: Sun, 10 Aug 2008 22:40:38 -0401 (EDT)
- Resent-from: cvs@lists.cleannorth.org
- Resent-message-id: <B0vWYD.A.g4D.9a6nIB@skroob.cleannorth.org>
- Resent-sender: cvs-request@lists.cleannorth.org
Log Message:
-----------
Add img to allowed tags
Modified Files:
--------------
gleipnir/public_html:
story.pl
Revision Data
-------------
Index: story.pl
===================================================================
RCS file: /cvs/gleipnir/public_html/story.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -Lpublic_html/story.pl -Lpublic_html/story.pl -u -r1.22 -r1.23
--- public_html/story.pl
+++ public_html/story.pl
@@ -307,6 +307,7 @@
# allow more hrefs, <strike>
my $allow = {%Gleipnir::HTML::ALLOW,
a => { href => '^(http|ftp|mailto|telnet|gopher|/)' },
+ img => { src => '.*', height => '^[0-9]*$', width => '^[0-9]$' },
strike => {},
hr => {},
};
- Prev by Date: CVS Update: cleannorth.org
- Next by Date: CVS Update: svartalfheim.net
- Previous by thread: CVS Update: gleipnir
- Next by thread: CVS Update: gleipnir
- Index(es):