diff options
author | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2010-09-04 02:49:00 -0400 |
---|---|---|
committer | Kjetil Ørbekk <orbekk@pvv.ntnu.no> | 2010-09-04 02:49:00 -0400 |
commit | 5ae25cd60e5b8a939166b1f9a55b445b1cb2a7ea (patch) | |
tree | c9ec10c8ed03320fdf14f5b40b906936bdf33122 /html/quotes.jsp | |
parent | 69dd5ce3fdc53d35da12837ac67451c159546b97 (diff) |
Update ImportQuotes script.
Add votes explicitly now that they are no longer an attribute in the
quotes.
Diffstat (limited to 'html/quotes.jsp')
-rw-r--r-- | html/quotes.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/quotes.jsp b/html/quotes.jsp index 9571430..49e203a 100644 --- a/html/quotes.jsp +++ b/html/quotes.jsp @@ -26,7 +26,7 @@ hr { Quotes fra #linux.no på freenode Klikk <a href="add.jsp">her</a> for å legge til en quote - Sortér etter <a href="quotes.jsp?order=date">quote-dato</a> | <a href="quotes.jsp?order=score">score</a> | <a href="quotes.jsp?order=timestamp">timestamp</a> + Sortér etter <a href="quotes.jsp?order=date">quote-dato</a> | <a href="quotes.jsp?order=score">score</a> | <a href="quotes.jsp?order=timestamp">timestamp</a> </pre> <hr> |